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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -11971,7 +11971,7 @@ downloading manager for Emacs.")
(define-public emacs-helpful
(package
(name "emacs-helpful")
(version "0.16")
(version "0.17")
(source
(origin
(method git-fetch)
@ -11980,7 +11980,7 @@ downloading manager for Emacs.")
(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)