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 @@ ack, ag, helm and pt.")
(define-public emacs-helm (define-public emacs-helm
(package (package
(name "emacs-helm") (name "emacs-helm")
(version "3.5.0") (version "3.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6916,7 +6916,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "07bijcnfkv60l3swasxv53x32l6glds05mxnbb3xbnmkgm1pm9if")))) (base32 "0miq2q52pbicijp7pmj0widk252qixswywc03d120s4hya2b7vd7"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-async" ,emacs-async) `(("emacs-async" ,emacs-async)