gnu: rust-zeroize-1: Update to 1.8.1.
* gnu/packages/crates-io.scm (rust-zeroize-1): Update to 1.8.1. Change-Id: I4e1b2f841b61d47ef2a21c6df9578f24d7c12c81
This commit is contained in:
parent
593a2592d8
commit
a9c8f6ac93
@ -94110,14 +94110,15 @@ crate.")
|
||||
(define-public rust-zeroize-1
|
||||
(package
|
||||
(name "rust-zeroize")
|
||||
(version "1.7.0")
|
||||
(version "1.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "zeroize" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0bfvby7k9pdp6623p98yz2irqnamcyzpn7zh20nqmdn68b0lwnsj"))))
|
||||
(base32
|
||||
"1pjdrmjwmszpxfd7r860jx54cyk94qk59x13sc307cvr5256glyf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
Loading…
Reference in New Issue
Block a user