me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-hmac-0.5.

* gnu/packages/crates-io.scm (rust-hmac-0.5): Delete variable.

Change-Id: I568f09ce6d36fc2d12ee5d0f060165cec975e830
master
Efraim Flashner 2023-12-27 10:20:45 +02:00
parent 0b0087aea6
commit 0f0500c045
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 18 deletions

View File

@ -36014,24 +36014,6 @@ Hash-based Message Authentication Code}.")
("rust-md-5" ,rust-md-5-0.8)
("rust-sha2" ,rust-sha2-0.8))))))
(define-public rust-hmac-0.5
(package
(inherit rust-hmac-0.8)
(name "rust-hmac")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "hmac" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ppm927wsczkkvybj0y7r2w2lprvy5kf5h31qxyrvnbrhnqbvws4"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-crypto-mac" ,rust-crypto-mac-0.5)
("rust-digest" ,rust-digest-0.7))))))
(define-public rust-hmac-sha1-0.1
(package
(name "rust-hmac-sha1")