gnu. rust-subtle-1: Drop minor version from name.

* gnu/packages/crates-io.scm (rust-subtle-1): Drop minor version from name.
(rust-crypto-mac-0.7):
(rust-pbkdf2-0.3):
(rust-scrypt-0.2): Apply renaming.
This commit is contained in:
Nicolas Goaziou 2021-02-05 23:22:58 +01:00
parent c64ae86131
commit 6fe06eb292
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8206,7 +8206,7 @@ (define-public rust-crypto-mac-0.7
`(#:cargo-inputs
(("rust-blobby" ,rust-blobby-0.1)
("rust-generic-array" ,rust-generic-array-0.12)
("rust-subtle" ,rust-subtle-1.0))))))
("rust-subtle" ,rust-subtle-1))))))
(define-public rust-crypto-mac-0.4
(package
@ -24376,7 +24376,7 @@ (define-public rust-pbkdf2-0.3
("rust-rand" ,rust-rand-0.5)
("rust-rayon" ,rust-rayon-1)
("rust-sha2" ,rust-sha2-0.8)
("rust-subtle" ,rust-subtle-1.0))
("rust-subtle" ,rust-subtle-1))
#:cargo-development-inputs
(("rust-hmac" ,rust-hmac-0.7)
("rust-sha-1" ,rust-sha-1-0.8)
@ -30991,7 +30991,7 @@ (define-public rust-scrypt-0.2
("rust-pbkdf2" ,rust-pbkdf2-0.3)
("rust-rand" ,rust-rand-0.5)
("rust-sha2" ,rust-sha2-0.8)
("rust-subtle" ,rust-subtle-1.0))))))
("rust-subtle" ,rust-subtle-1))))))
(define-public rust-scroll-0.10
(package
@ -35015,7 +35015,7 @@ (define-public rust-subtle-2
cryptographic implementations.")
(license license:bsd-3)))
(define-public rust-subtle-1.0
(define-public rust-subtle-1
(package
(inherit rust-subtle-2)
(name "rust-subtle")