mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-stream-cipher-0.3: Mark package as deprecated.
* gnu/packages/crates-crypto.scm (rust-stream-cipher-0.3): Rename to rust-stream-cipher-0.3.2-yanked. [source]: Add 'yanked' to the source file-name. (rust-stream-cipher-0.3): New deprecated package pointing to rust-stream-cipher-0.3.2-yanked. Change-Id: Id90b79ec0618a3af27967b08be03b4f817899a44
This commit is contained in:
parent
38586ce256
commit
50524caf32
1 changed files with 9 additions and 4 deletions
|
@ -6380,22 +6380,27 @@ for the `authorized_keys` and `known_hosts` file formats.")
|
||||||
(description "This package provides stream cipher traits.")
|
(description "This package provides stream cipher traits.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-stream-cipher-0.3
|
(define-public rust-stream-cipher-0.3.2-yanked
|
||||||
(package
|
(package
|
||||||
(inherit rust-stream-cipher-0.4)
|
(inherit rust-stream-cipher-0.4)
|
||||||
(name "rust-stream-cipher")
|
(name "rust-stream-cipher")
|
||||||
(version "0.3.2")
|
(version "0.3.2") ; This version was yanked!
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "stream-cipher" version))
|
(uri (crate-uri "stream-cipher" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version "-yanked.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1333qng84n6b15p8kndhajlgvbp1rgdddx04xgsvrjlnb1m2acc1"))))
|
(base32 "1333qng84n6b15p8kndhajlgvbp1rgdddx04xgsvrjlnb1m2acc1"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-blobby" ,rust-blobby-0.1)
|
(("rust-blobby" ,rust-blobby-0.1)
|
||||||
("rust-generic-array" ,rust-generic-array-0.14))))))
|
("rust-generic-array" ,rust-generic-array-0.14))))
|
||||||
|
(properties '((crate-version-yanked? . #t)))))
|
||||||
|
|
||||||
|
(define-public rust-stream-cipher-0.3
|
||||||
|
;; There are no non-yanked versions of this semver.
|
||||||
|
(deprecated-package "rust-stream-cipher" rust-stream-cipher-0.3.2-yanked))
|
||||||
|
|
||||||
(define-public rust-streebog-0.10
|
(define-public rust-streebog-0.10
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue