guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: pwgen: Update to 2.08.


From: Kei Kebreau
Subject: 01/01: gnu: pwgen: Update to 2.08.
Date: Thu, 8 Feb 2018 11:13:16 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 5a2c4b3bbc9cb03d8b7a0ef61f997dde2053ac34
Author: Kei Kebreau <address@hidden>
Date:   Thu Feb 8 11:11:09 2018 -0500

    gnu: pwgen: Update to 2.08.
    
    * gnu/packages/password-utils.scm (pwgen): Update to 2.08.
---
 gnu/packages/password-utils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 6824210..ec17c25 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -68,14 +68,14 @@
 (define-public pwgen
   (package
     (name "pwgen")
-    (version "2.07")
+    (version "2.08")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/pwgen/pwgen/" version
                            "/pwgen-" version ".tar.gz"))
        (sha256
-        (base32 "0mhmw700kkh238fzivcwnwi94bj9f3h36yfh3k3j2v19b0zmjx7b"))))
+        (base32 "0yy90pqrr2pszzhb5hxjishq9qc7dqd290amiibqx9fm1b9kvc6s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f)) ; no test suite



reply via email to

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