gnu: scrypt: Update to 1.2.1.

* gnu/packages/crypto.scm (scrypt): Update to 1.2.1.
This commit is contained in:
Leo Famulari 2017-02-16 22:27:10 -05:00
parent 173995453c
commit 6c067a3f13
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -382,7 +382,7 @@ (define-public tomb
(define-public scrypt (define-public scrypt
(package (package
(name "scrypt") (name "scrypt")
(version "1.2.0") (version "1.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -390,7 +390,7 @@ (define-public scrypt
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"1m39hpfby0fdjam842773i5w7pa0qaj7f0r22jnchxsj824vqm0p")))) "0xy5yhrwwv13skv9im9vm76rybh9f29j2dh4hlh2x01gvbkza8a6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases