gnu: argon2: Update to 20161029.

* gnu/packages/password-utils.scm (argon2): Update to 20161029.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-20 05:11:23 +01:00
parent 934ba12f3d
commit 1feeb2e035
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -317,18 +317,17 @@ (define-public password-store
(define-public argon2 (define-public argon2
(package (package
(name "argon2") (name "argon2")
(version "20160406") (version "20161029")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append (string-append "https://github.com/P-H-C/phc-winner-argon2/archive/"
"https://codeload.github.com/P-H-C/phc-winner-" version ".tar.gz"))
name "/tar.gz/" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0g6wa94sh639xl1qc8z21q43r1mp8y77r1zf8nwx5pfsxd8fmyzv")))) "1rymikbysasdadm325jx69i0q19d9srqkny69jwmhswlidr4j07y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"