guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: gnu-pw-mgr: Update to 1.6.


From: Ludovic Courtès
Subject: 04/04: gnu: gnu-pw-mgr: Update to 1.6.
Date: Wed, 21 Oct 2015 16:02:13 +0000

civodul pushed a commit to branch master
in repository guix.

commit 1a1553db7e8823b5b82f715058a227b3f703f7d8
Author: Ludovic Courtès <address@hidden>
Date:   Wed Oct 21 18:01:38 2015 +0200

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

diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm
index e7b93f0..76329e8 100644
--- a/gnu/packages/gnu-pw-mgr.scm
+++ b/gnu/packages/gnu-pw-mgr.scm
@@ -29,7 +29,7 @@
 (define-public gnu-pw-mgr
   (package
     (name "gnu-pw-mgr")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
       (method url-fetch)
@@ -37,7 +37,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "1winmckl4h8lypg57hd3nd7jscpdr7f1v8zi432k5h648izkf2dg"))))
+        "141wfm4w420ygrl7qvrc84drzv34jym0d2bxqcgi7n1vimql0slp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("which" ,which)



reply via email to

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