mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
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:
parent
c64ae86131
commit
6fe06eb292
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue