mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-argon2-0.5: Update to 0.5.3.
* gnu/packages/crates-crypto.scm (rust-argon2-0.5): Update to 0.5.3. Change-Id: I5c0db6bee84ee5ecc01e5e3caecd3d9c4dd6a58f
This commit is contained in:
parent
32a48b24b8
commit
9e7244b61c
1 changed files with 2 additions and 2 deletions
|
@ -589,14 +589,14 @@ This package is deprecated and was replaced by the @code{aes} crate.")
|
|||
(define-public rust-argon2-0.5
|
||||
(package
|
||||
(name "rust-argon2")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "argon2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1y820hkza66lfliaxg49zskz7agj8wf7aak528livg261an4rfhp"))))
|
||||
(base32 "0wn0kk97k49wxidfigmz1pdqmygqzi4h6w72ib7cpq765s4i0diw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue