mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: Remove rust-block-modes-0.7.
* gnu/packages/crates-crypto.scm (rust-block-modes-0.7): Delete variable. Change-Id: Icfd47e4ba0337d91fb4a067d5fbeedccdeb71050
This commit is contained in:
parent
45f27d1874
commit
eaeb14fa99
1 changed files with 0 additions and 21 deletions
|
@ -869,27 +869,6 @@ algorithms. This package is deprecated. Please use block-cipher instead.")
|
||||||
and block modes.")
|
and block modes.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-block-modes-0.7
|
|
||||||
(package
|
|
||||||
(inherit rust-block-modes-0.8)
|
|
||||||
(name "rust-block-modes")
|
|
||||||
(version "0.7.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "block-modes" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1w3jc3n7k4xq98b9mfina4wwpg1fq1s3b0mm5whqialb7q3yi82p"))))
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-block-padding" ,rust-block-padding-0.2)
|
|
||||||
("rust-cipher" ,rust-cipher-0.2))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-aes" ,rust-aes-0.6)
|
|
||||||
("rust-hex-literal" ,rust-hex-literal-0.2))))))
|
|
||||||
|
|
||||||
(define-public rust-blowfish-0.9
|
(define-public rust-blowfish-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-blowfish")
|
(name "rust-blowfish")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue