guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: password-store: Update to 1.7.3.


From: Tobias Geerinckx-Rice
Subject: 02/06: gnu: password-store: Update to 1.7.3.
Date: Fri, 10 Aug 2018 21:21:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3e9aa5cff31eee3b7c8780bfcc4e6070d57beeee
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 10 02:37:19 2018 +0200

    gnu: password-store: Update to 1.7.3.
    
    * gnu/packages/password-utils.scm (password-store): Update to 1.7.3.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 9ac3042..b9a0a2d 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -358,7 +358,7 @@ any X11 window.")
 (define-public password-store
   (package
     (name "password-store")
-    (version "1.7.2")
+    (version "1.7.3")
     (source (origin
               (method url-fetch)
               (uri
@@ -366,7 +366,7 @@ any X11 window.")
                               name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1sl0d7nc85c6c2bmmmyb8rpmn47vhkj831l153mjlkawjvhwas27"))))
+                "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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