1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 00:35:53 +02:00

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:
Konrad Hinsen
2018-08-28 15:01:32 +02:00
committed by Ludovic Courtès
parent 351b6463af
commit b21a55a9f2
+2 -2
View File
@@ -9660,7 +9660,7 @@ downloading manager for Emacs.")
(define-public emacs-helpful
(package
(name "emacs-helpful")
(version "0.1")
(version "0.13")
(source (origin
(method url-fetch)
(uri (string-append
@@ -9669,7 +9669,7 @@ downloading manager for Emacs.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"16dx566qzrjj0bf43lnw7h1qlvgs94brqplamw8kppp2ylr72qs9"))))
"11kj04y1fa3vnw2991cyqf6adz6bb3hlrdkvypjnmpb0s64q64b6"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-elisp-refs" ,emacs-elisp-refs)))