guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnu-pw-mgr: Update to 1.4.


From: Mark H. Weaver
Subject: 02/02: gnu: gnu-pw-mgr: Update to 1.4.
Date: Tue, 02 Jun 2015 19:43:42 +0000

mhw pushed a commit to branch master
in repository guix.

commit ed8a724b331869bf79a441a8c2243d2c4468101d
Author: Mark H Weaver <address@hidden>
Date:   Tue Jun 2 15:41:37 2015 -0400

    gnu: gnu-pw-mgr: Update to 1.4.
    
    * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.4.  Use .xz tarball.
      Move 'which' to native-inputs.  Add 'autogen' to native-inputs.
---
 gnu/packages/gnu-pw-mgr.scm |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm
index e0f223d..7a9b0b9 100644
--- a/gnu/packages/gnu-pw-mgr.scm
+++ b/gnu/packages/gnu-pw-mgr.scm
@@ -23,22 +23,25 @@
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages)
-  #:use-module (gnu packages base))
+  #:use-module (gnu packages base)
+  #:use-module (gnu packages autogen))
 
 (define-public gnu-pw-mgr
   (package
     (name "gnu-pw-mgr")
-    (version "1.3")
+    (version "1.4")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/gnu-pw-mgr/gnu-pw-mgr-"
-                          version ".tar.gz"))
+                          version ".tar.xz"))
       (sha256
        (base32
-        "0rbnv5wszpr35py97vwylqkdlf06qpd2x9j9aqlmgkd4mr1n4hf0"))))
+        "0a352y1m33vp6zmdbn96fdrq9gr9lchc9vcrj14mfx7g0dsvxjns"))))
     (build-system gnu-build-system)
-    (inputs `(("which" ,which)))
+    (native-inputs
+     `(("which" ,which)
+       ("autogen" ,autogen)))
     (home-page "http://www.gnu.org/software/gnu-pw-mgr/";)
     (synopsis "Retrieve login credentials without recording passwords")
     (description



reply via email to

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