gnu: gnu-pw-mgr: Upgrade to 1.2

* gnu/packages/gnu-pw-mgr.scm: Upgrade to 1.2
master
Eric Bavier 2014-03-25 17:08:17 -05:00
parent afde8da3f2
commit 7216a04158
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
(define-public gnu-pw-mgr
(package
(name "gnu-pw-mgr")
(version "1.1")
(version "1.2")
(source
(origin
(method url-fetch)
@ -36,7 +36,7 @@
version ".tar.gz"))
(sha256
(base32
"1nqkwjsdcif51d1s4dizr1ifx0qpmkjzvi375vc27dwbav4dwalx"))))
"0rdindczxq8ysm3qq7ghc7pcvhp6bn6fadlwna8p83vc1n9nd5py"))))
(build-system gnu-build-system)
(inputs `(("which" ,which)))
(home-page "http://www.gnu.org/software/gnu-pw-mgr/")