gnu: Remove rust-crypto-mac-0.5.

* gnu/packages/crates-crypto.scm (rust-crypto-mac-0.5): Delete variable.

Change-Id: I134e9c1fb5a25e82f3dcad6f925b07b99a172ddb
This commit is contained in:
Efraim Flashner 2024-01-22 21:21:54 +02:00
parent 53c5967541
commit 41a327c179
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 18 deletions

View File

@ -1552,24 +1552,6 @@ Code} (MAC) algorithms.")
("rust-generic-array" ,rust-generic-array-0.12)
("rust-subtle" ,rust-subtle-1))))))
(define-public rust-crypto-mac-0.5
(package
(inherit rust-crypto-mac-0.10)
(name "rust-crypto-mac")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "crypto-mac" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0n6r10zlnfv9gbjj0380sxfffxhq1khfjqwsn7fx8iil9pzv9689"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-constant-time-eq" ,rust-constant-time-eq-0.1)
("rust-generic-array" ,rust-generic-array-0.9))))))
(define-public rust-crypto-mac-0.4
(package
(name "rust-crypto-mac")