guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm-pass: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-pass: Update to 0.4.
Date: Sun, 21 Feb 2021 12:16:48 -0500

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 f099c3b  gnu: emacs-helm-pass: Update to 0.4.
f099c3b is described below

commit f099c3b3bdd464ef918d19d8aeeeeef340bbc09f
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sun Feb 21 18:15:54 2021 +0100

    gnu: emacs-helm-pass: Update to 0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.4.
---
 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 cec3723..59ef9f4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19177,7 +19177,7 @@ e.g: @code{from:Peter to:Anne flag:attach search 
term}.")
 (define-public emacs-helm-pass
   (package
     (name "emacs-helm-pass")
-    (version "0.3")
+    (version "0.4")
     (source
      (origin
        (method git-fetch)
@@ -19187,7 +19187,7 @@ e.g: @code{from:Peter to:Anne flag:attach search 
term}.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
+         "19w24isddzamkikq17vbv3y7ha22i7wc09d2nqw1j0qwhrrfkng9"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-helm" ,emacs-helm)



reply via email to

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