diff options
author | Brett Gilio <brettg@posteo.net> | 2019-12-15 15:19:31 -0600 |
---|---|---|
committer | Brett Gilio <brettg@posteo.net> | 2019-12-15 15:19:31 -0600 |
commit | 426ab00aae1d15ec34c41c8df9ede30b999c9664 (patch) | |
tree | 3b49df2711848a974f2bf28acc1e7e88d148093a /gnu | |
parent | fb4b5d2ea9cdac300e5f3a0e4ca72b4f935f5703 (diff) | |
download | guix-426ab00aae1d15ec34c41c8df9ede30b999c9664.tar.gz |
gnu: emacs-helm: Update to 3.6.0.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a739af8ef7..ad983d2ebc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6907,7 +6907,7 @@ ack, ag, helm and pt.") (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 @@ ack, ag, helm and pt.") (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) |