gnu: emacs-helm: Update to 3.6.5.

* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5.
This commit is contained in:
Oleg Pykhalov 2020-09-01 22:04:46 +03:00
parent 4546c0dd2f
commit cb8a9970ff
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -8466,7 +8466,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm (define-public emacs-helm
(package (package
(name "emacs-helm") (name "emacs-helm")
(version "3.6.4") (version "3.6.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8475,7 +8475,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 "0cl5awhq5py872qx9s30sfgfpfwjivwbsi18mgar8lj6lvs4s8zz")))) (base32 "0yzpb84346v42ig4h0rsnvzmln58ilhc0gsq0ggc7038ypqkdw4d"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-async" ,emacs-async) `(("emacs-async" ,emacs-async)