guix-commits
[Top][All Lists]
Advanced

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

116/155: gnu: argon2: Update to 20161029.


From: John Darrington
Subject: 116/155: gnu: argon2: Update to 20161029.
Date: Wed, 21 Dec 2016 20:48:38 +0000 (UTC)

jmd pushed a commit to branch wip-installer
in repository guix.

commit be7208a283a2b0d6808ed0aae99a6cfd3f690801
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 20 05:11:23 2016 +0100

    gnu: argon2: Update to 20161029.
    
    * gnu/packages/password-utils.scm (argon2): Update to 20161029.
---
 gnu/packages/password-utils.scm |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 8f62108..c0d8d39 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -317,18 +317,17 @@ through the pass command.")
 (define-public argon2
   (package
     (name "argon2")
-    (version "20160406")
+    (version "20161029")
     (source
      (origin
        (method url-fetch)
        (uri
-        (string-append
-         "https://codeload.github.com/P-H-C/phc-winner-";
-         name "/tar.gz/" version))
+        (string-append "https://github.com/P-H-C/phc-winner-argon2/archive/";
+                       version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0g6wa94sh639xl1qc8z21q43r1mp8y77r1zf8nwx5pfsxd8fmyzv"))))
+         "1rymikbysasdadm325jx69i0q19d9srqkny69jwmhswlidr4j07y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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