gnu: emacs-helpful: Update to 0.17.

* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Brian Leung 2019-08-06 22:24:01 +02:00 committed by Marius Bakke
parent ffc4869e45
commit deccffb264
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11971,7 +11971,7 @@ (define-public emacs-download-region
(define-public emacs-helpful
(package
(name "emacs-helpful")
(version "0.16")
(version "0.17")
(source
(origin
(method git-fetch)
@ -11980,7 +11980,7 @@ (define-public emacs-helpful
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1pzlx3galyryd3hd84hnd7r5s6yl9sdrfhy1s6dgz40glw41wmpr"))))
(base32 "0v2y0x9pwi08y2mgjjiw5brfb5haa7pbmy4540glw904ffxxcblj"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-elisp-refs" ,emacs-elisp-refs)