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.3.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm: Update to 3.6.3.
Date: Mon, 22 Jun 2020 09:06:01 -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 a0dccc7  gnu: emacs-helm: Update to 3.6.3.
a0dccc7 is described below

commit a0dccc71a66ca6614935fa857753ec881e98bffe
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jun 22 15:05:46 2020 +0200

    gnu: emacs-helm: Update to 3.6.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.3.
---
 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 72c9d54..def1d63 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7909,7 +7909,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.6.2")
+    (version "3.6.3")
     (source
      (origin
        (method git-fetch)
@@ -7918,7 +7918,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bf2glydc0vhp52z8zg8phmsglb63nac15zd82zr35dscc50bzrb"))))
+        (base32 "175v0x2w3if2r9k5l8n7gf256v9y8zwxwgfnpm3j4bldrnyxqjg0"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-async" ,emacs-async)



reply via email to

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