* [PATCH] gnu: gnu-pw-mgr: Upgrade to 1.1
@ 2014-02-05 21:48 Eric Bavier
2014-02-06 8:15 ` Andreas Enge
0 siblings, 1 reply; 2+ messages in thread
From: Eric Bavier @ 2014-02-05 21:48 UTC (permalink / raw)
To: guix-devel
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Upgrade to 1.1
---
gnu/packages/gnu-pw-mgr.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnu-pw-mgr.scm b/gnu/packages/gnu-pw-mgr.scm
index d8340d6..3b66cde 100644
--- a/gnu/packages/gnu-pw-mgr.scm
+++ b/gnu/packages/gnu-pw-mgr.scm
@@ -27,15 +27,16 @@
(define-public gnu-pw-mgr
(package
(name "gnu-pw-mgr")
- (version "1.0")
+ (version "1.1")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://gnu/gnu-pw-mgr/gnu-pw-mgr-"
+ (uri (string-append "mirror://gnu/gnu-pw-mgr/gpw-"
+ version "/gnu-pw-mgr-"
version ".tar.gz"))
(sha256
(base32
- "0sn9gzngqkrv74iwxzn5ldqx3w73w9paldcdh8rsv9yvgarv2bm4"))))
+ "1nqkwjsdcif51d1s4dizr1ifx0qpmkjzvi375vc27dwbav4dwalx"))))
(build-system gnu-build-system)
(inputs `(("which" ,which)))
(home-page "http://www.gnu.org/software/gnu-pw-mgr/")
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-06 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 21:48 [PATCH] gnu: gnu-pw-mgr: Upgrade to 1.1 Eric Bavier
2014-02-06 8:15 ` Andreas Enge
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).