diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 05:11:23 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 05:36:58 +0100 |
| commit | 1feeb2e035a628f788d370fd26fb873f33ae108f (patch) | |
| tree | 42c2fe3d17c394c81c8302030aa871de8f1ed999 | |
| parent | 934ba12f3d60a218985b95806b7b68da6ee6d682 (diff) | |
gnu: argon2: Update to 20161029.
* gnu/packages/password-utils.scm (argon2): Update to 20161029.
| -rw-r--r-- | gnu/packages/password-utils.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 8f6210880c6..c0d8d39a636 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm | |||
| @@ -317,18 +317,17 @@ through the pass command.") | |||
| 317 | (define-public argon2 | 317 | (define-public argon2 |
| 318 | (package | 318 | (package |
| 319 | (name "argon2") | 319 | (name "argon2") |
| 320 | (version "20160406") | 320 | (version "20161029") |
| 321 | (source | 321 | (source |
| 322 | (origin | 322 | (origin |
| 323 | (method url-fetch) | 323 | (method url-fetch) |
| 324 | (uri | 324 | (uri |
| 325 | (string-append | 325 | (string-append "https://github.com/P-H-C/phc-winner-argon2/archive/" |
| 326 | "https://codeload.github.com/P-H-C/phc-winner-" | 326 | version ".tar.gz")) |
| 327 | name "/tar.gz/" version)) | ||
| 328 | (file-name (string-append name "-" version ".tar.gz")) | 327 | (file-name (string-append name "-" version ".tar.gz")) |
| 329 | (sha256 | 328 | (sha256 |
| 330 | (base32 | 329 | (base32 |
| 331 | "0g6wa94sh639xl1qc8z21q43r1mp8y77r1zf8nwx5pfsxd8fmyzv")))) | 330 | "1rymikbysasdadm325jx69i0q19d9srqkny69jwmhswlidr4j07y")))) |
| 332 | (build-system gnu-build-system) | 331 | (build-system gnu-build-system) |
| 333 | (arguments | 332 | (arguments |
| 334 | `(#:test-target "test" | 333 | `(#:test-target "test" |
