guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-helm: Update to 3.6.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm: Update to 3.6.2.
Date: Tue, 09 Jun 2020 04:46:43 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 141b5c1  gnu: emacs-helm: Update to 3.6.2.
141b5c1 is described below

commit 141b5c162048f5cb52e8c90ff7c16a2e98babcfb
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Jun 9 10:44:59 2020 +0200

    gnu: emacs-helm: Update to 3.6.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.2.
---
 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 b44652f..946d01c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7780,7 +7780,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.6.0")
+    (version "3.6.2")
     (source
      (origin
        (method git-fetch)
@@ -7789,7 +7789,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0miq2q52pbicijp7pmj0widk252qixswywc03d120s4hya2b7vd7"))))
+        (base32 "0bf2glydc0vhp52z8zg8phmsglb63nac15zd82zr35dscc50bzrb"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]