me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-zeroize-1.4.

* gnu/packages/crates-io.scm (rust-zeroize-1.4): Remove variable.

Change-Id: Ica27e00de96134683bec4eea2354307ea144c3c6
master
Efraim Flashner 2023-12-20 15:42:50 +02:00
parent bda5538b5a
commit ef4bf1ddef
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 15 deletions

View File

@ -91941,21 +91941,6 @@ will not be ``optimized away'' by the compiler. It uses a portable pure Rust
implementation that works everywhere, even WASM!")
(license (list license:asl2.0 license:expat))))
(define-public rust-zeroize-1.4
(package
(inherit rust-zeroize-1)
(name "rust-zeroize")
(version "1.4.3")
(source (origin
(method url-fetch)
(uri (crate-uri "zeroize" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"068nvl3n5hk6lfn5y24grf2c7anzzqfzjjccscq3md7rqp79v3fn"))))
(arguments
`(#:cargo-inputs (("rust-zeroize-derive" ,rust-zeroize-derive-1))))))
(define-public rust-zeroize-derive-1
(package
(name "rust-zeroize-derive")