[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-helm: Update to 3.6.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-helm: Update to 3.6.5. |
Date: |
Tue, 01 Sep 2020 15:11:48 -0400 |
This is an automated email from the git hooks/post-receive script.
wigust pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cb8a997 gnu: emacs-helm: Update to 3.6.5.
cb8a997 is described below
commit cb8a9970ff6a327fe0dee765b7f6514bb4c61451
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Tue Sep 1 22:04:46 2020 +0300
gnu: emacs-helm: Update to 3.6.5.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aa9a143..0066d60 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-helm: Update to 3.6.5.,
guix-commits <=