[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-helm: Update to 3.6.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-helm: Update to 3.6.4. |
Date: |
Sat, 25 Jul 2020 08:38:50 -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 cffb787 gnu: emacs-helm: Update to 3.6.4.
cffb787 is described below
commit cffb787cbb04de6dbd967bce39674507c1d3f14e
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Jul 20 18:37:33 2020 +0200
gnu: emacs-helm: Update to 3.6.4.
From 451290515c14b44aa00bd542e13a00a3898d4a90 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Mon, 20 Jul 2020 18:36:09 +0200
Subject: [PATCH] gnu: emacs-helm: Update to 3.6.4.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.4.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
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 8cb1369..0b8ce1c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8273,7 +8273,7 @@ ack, ag, helm and pt.")
(define-public emacs-helm
(package
(name "emacs-helm")
- (version "3.6.3")
+ (version "3.6.4")
(source
(origin
(method git-fetch)
@@ -8282,7 +8282,7 @@ ack, ag, helm and pt.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "175v0x2w3if2r9k5l8n7gf256v9y8zwxwgfnpm3j4bldrnyxqjg0"))))
+ (base32 "0cl5awhq5py872qx9s30sfgfpfwjivwbsi18mgar8lj6lvs4s8zz"))))
(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.4.,
guix-commits <=