unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [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

* Re: [PATCH] gnu: gnu-pw-mgr: Upgrade to 1.1
  2014-02-05 21:48 [PATCH] gnu: gnu-pw-mgr: Upgrade to 1.1 Eric Bavier
@ 2014-02-06  8:15 ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2014-02-06  8:15 UTC (permalink / raw)
  To: Eric Bavier; +Cc: guix-devel

On Wed, Feb 05, 2014 at 03:48:19PM -0600, Eric Bavier wrote:
> * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Upgrade to 1.1

Applied, thanks!

Andreas

^ permalink raw reply	[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).