efraim pushed a commit to branch master
in repository guix.

commit a5896da34e93754a7b69b2adf049444833b1a402
Author: Efraim Flashner <[email protected]>
Date:   Mon Sep 3 19:33:14 2018 +0300

    gnu: gnu-pw-mgr: Update to 2.4.2.
    
    * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.4.2.
---
 gnu/packages/gnu-pw-mgr.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm
index 38f9e81..a56bc09 100644
--- a/gnu/packages/gnu-pw-mgr.scm
+++ b/gnu/packages/gnu-pw-mgr.scm
@@ -30,7 +30,7 @@
 (define-public gnu-pw-mgr
   (package
     (name "gnu-pw-mgr")
-    (version "2.3.3")
+    (version "2.4.2")
     (source
      (origin
       (method url-fetch)
@@ -38,7 +38,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "04xh38j7l0sfnb01kp05xc908pvqfc0lph94k7n9bi46zy3qy7ma"))))
+        "1yvdzc5w37qrjrkby5699ygj9bhkvgi3zk9k9jcjry1j6b7wdl17"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

Reply via email to