mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: scrypt: Update to 1.2.1.
* gnu/packages/crypto.scm (scrypt): Update to 1.2.1.
This commit is contained in:
parent
173995453c
commit
6c067a3f13
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue