gnu: emacs-helm: Update to 3.6.0.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.0.
This commit is contained in:
Brett Gilio 2019-12-15 15:19:31 -06:00
parent fb4b5d2ea9
commit 426ab00aae
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -6907,7 +6907,7 @@ (define-public emacs-wgrep
(define-public emacs-helm
(package
(name "emacs-helm")
(version "3.5.0")
(version "3.6.0")
(source
(origin
(method git-fetch)
@ -6916,7 +6916,7 @@ (define-public emacs-helm
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "07bijcnfkv60l3swasxv53x32l6glds05mxnbb3xbnmkgm1pm9if"))))
(base32 "0miq2q52pbicijp7pmj0widk252qixswywc03d120s4hya2b7vd7"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-async" ,emacs-async)