mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: rust-polyval-0.6: Update to 0.6.2.
* gnu/packages/crates-crypto.scm (rust-polyval-0.6): Update to 0.6.2. Change-Id: I50b73e5c33b46627ca7a482434b9156257cc88a7
This commit is contained in:
parent
7ccc1d74dd
commit
f59b72ede4
1 changed files with 2 additions and 2 deletions
|
@ -4022,14 +4022,14 @@ (define-public rust-poly1305-0.7
|
|||
(define-public rust-polyval-0.6
|
||||
(package
|
||||
(name "rust-polyval")
|
||||
(version "0.6.0")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "polyval" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1iihmpn1h1ag5zl368yfq0jz1drfdw7xg7zpaqpcppqiikh39wky"))))
|
||||
(base32 "09gs56vm36ls6pyxgh06gw2875z2x77r8b2km8q28fql0q6yc7wx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue