gnu: rust-aes-soft-0.3: Mark as deprecated.

* gnu/packages/crates-crypto.scm (rust-aes-soft-0.3): Rename to
rust-aes-soft-0.3.3-yanked.
[source]: Add 'yanked' to the source file-name.
(rust-aes-soft-0.3): New deprecated package pointing to
rust-aes-soft-0.3.3-yanked.

Change-Id: I53e31084a1094237a98ba7fc94472e235d3af568
This commit is contained in:
Efraim Flashner 2024-12-04 10:21:48 +02:00
parent d06d5e6cca
commit 93928679cd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -478,16 +478,16 @@ (define-public rust-aes-soft-0.4
#:cargo-development-inputs
(("rust-block-cipher" ,rust-block-cipher-0.7))))))
(define-public rust-aes-soft-0.3
(define-public rust-aes-soft-0.3.3-yanked
(package
(inherit rust-aes-soft-0.4)
(name "rust-aes-soft")
(version "0.3.3")
(version "0.3.3") ; This version was yanked!
(source
(origin
(method url-fetch)
(uri (crate-uri "aes-soft" version))
(file-name (string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version "-yanked.tar.gz"))
(sha256
(base32 "039si7yjp0wcd750sgq52c60sh2ikaxwd7rq7g0ba7ws7ypfgmyg"))))
(arguments
@ -496,7 +496,12 @@ (define-public rust-aes-soft-0.3
("rust-byteorder" ,rust-byteorder-1)
("rust-opaque-debug" ,rust-opaque-debug-0.2))
#:cargo-development-inputs
(("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6))))))
(("rust-block-cipher-trait" ,rust-block-cipher-trait-0.6))))
(properties '((crate-version-yanked? . #t)))))
(define-public rust-aes-soft-0.3
;; There are no non-yanked versions of this semver.
(deprecated-package "rust-aes-soft" rust-aes-soft-0.3.3-yanked))
(define-public rust-aesni-0.10
(package