diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-09-01 22:04:46 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-09-01 22:05:25 +0300 |
commit | cb8a9970ff6a327fe0dee765b7f6514bb4c61451 (patch) | |
tree | 361e11e83e7f739d7f357995bfe15776aed426f7 | |
parent | 4546c0dd2f58fe9a1b1e78120a33b8c276970f62 (diff) | |
download | guix-cb8a9970ff6a327fe0dee765b7f6514bb4c61451.tar.gz |
gnu: emacs-helm: Update to 3.6.5.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5.
-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 aa9a1436fb..0066d6073e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8466,7 +8466,7 @@ ack, ag, helm and pt.") (define-public emacs-helm (package (name "emacs-helm") - (version "3.6.4") + (version "3.6.5") (source (origin (method git-fetch) @@ -8475,7 +8475,7 @@ ack, ag, helm and pt.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0cl5awhq5py872qx9s30sfgfpfwjivwbsi18mgar8lj6lvs4s8zz")))) + (base32 "0yzpb84346v42ig4h0rsnvzmln58ilhc0gsq0ggc7038ypqkdw4d")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-async" ,emacs-async) |