guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-helm: Update to 3.9.0.


From: guix-commits
Subject: 01/02: gnu: emacs-helm: Update to 3.9.0.
Date: Sat, 12 Nov 2022 17:07:25 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 40138eac832c7b3524601234f751b5b7a76cda06
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Nov 12 22:55:22 2022 +0100

    gnu: emacs-helm: Update to 3.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.0.
---
 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 128378e8df..1357fdcc7b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12673,7 +12673,7 @@ ack, ag, helm and pt.")
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-    (version "3.8.9")
+    (version "3.9.0")
     (source
      (origin
        (method git-fetch)
@@ -12682,7 +12682,7 @@ ack, ag, helm and pt.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gk4bq6ilbra85nlvr9hsj0h23bbrks6aryx5wsh8xkgaygw1plr"))))
+        (base32 "1i253ani2bl665biha0f071pncr2jh7x5yxp8rg2013sdf4nr74c"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-async emacs-popup))



reply via email to

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