gnu: emacs-helpful: Update to 0.13.
* gnu/packages/emacs.scm (emacs-helpful): Update to 0.13. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
351b6463af
commit
b21a55a9f2
|
@ -9660,7 +9660,7 @@ downloading manager for Emacs.")
|
||||||
(define-public emacs-helpful
|
(define-public emacs-helpful
|
||||||
(package
|
(package
|
||||||
(name "emacs-helpful")
|
(name "emacs-helpful")
|
||||||
(version "0.1")
|
(version "0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -9669,7 +9669,7 @@ downloading manager for Emacs.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16dx566qzrjj0bf43lnw7h1qlvgs94brqplamw8kppp2ylr72qs9"))))
|
"11kj04y1fa3vnw2991cyqf6adz6bb3hlrdkvypjnmpb0s64q64b6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-elisp-refs" ,emacs-elisp-refs)))
|
`(("emacs-elisp-refs" ,emacs-elisp-refs)))
|
||||||
|
|
Loading…
Reference in New Issue