[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
157/350: gnu: rust-stream-cipher-0.3: Mark package as deprecated.
From: |
guix-commits |
Subject: |
157/350: gnu: rust-stream-cipher-0.3: Mark package as deprecated. |
Date: |
Sun, 15 Dec 2024 02:14:25 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d9b8f58cc4b7676f495a11c631228c8c7d547fb5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 10:42:50 2024 +0200
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
---
gnu/packages/crates-crypto.scm | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index 8d46983055..6ab48d25e1 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -6380,22 +6380,27 @@ for the `authorized_keys` and `known_hosts` file
formats.")
(description "This package provides stream cipher traits.")
(license (list license:expat license:asl2.0))))
-(define-public rust-stream-cipher-0.3
+(define-public rust-stream-cipher-0.3.2-yanked
(package
(inherit rust-stream-cipher-0.4)
(name "rust-stream-cipher")
- (version "0.3.2")
+ (version "0.3.2") ; This version was yanked!
(source
(origin
(method url-fetch)
(uri (crate-uri "stream-cipher" version))
- (file-name (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version "-yanked.tar.gz"))
(sha256
(base32 "1333qng84n6b15p8kndhajlgvbp1rgdddx04xgsvrjlnb1m2acc1"))))
(arguments
`(#:cargo-inputs
(("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
(package
- 128/350: gnu: rust-which-6: Update to 6.0.3., (continued)
- 128/350: gnu: rust-which-6: Update to 6.0.3., guix-commits, 2024/12/15
- 131/350: gnu: rust-whoami-1: Update to 1.5.2., guix-commits, 2024/12/15
- 130/350: gnu: rust-either-1: Update to 1.13.0., guix-commits, 2024/12/15
- 133/350: gnu: Add starship., guix-commits, 2024/12/15
- 137/350: gnu: Add rust-ssh-cipher-0.2., guix-commits, 2024/12/15
- 139/350: gnu: Add rust-two-face-0.4., guix-commits, 2024/12/15
- 136/350: gnu: Add rust-bcrypt-pbkdf-0.10., guix-commits, 2024/12/15
- 142/350: gnu: gitui: Update to 0.26.3., guix-commits, 2024/12/15
- 144/350: gnu: rust-ordered-float-4: Update to 4.5.0., guix-commits, 2024/12/15
- 162/350: gnu: rust-subtle-2: Update to 2.6.1., guix-commits, 2024/12/15
- 157/350: gnu: rust-stream-cipher-0.3: Mark package as deprecated.,
guix-commits <=
- 151/350: gnu: rust-aesni-0.6: Mark package as deprecated., guix-commits, 2024/12/15
- 161/350: gnu: rust-streebog-0.10: Update to 0.10.2., guix-commits, 2024/12/15
- 150/350: gnu: rust-aes-soft-0.4: Mark as deprecated., guix-commits, 2024/12/15
- 146/350: gnu: rust-aes-0.3: Don't skip the build., guix-commits, 2024/12/15
- 168/350: gnu: rust-salsa20-0.7: Update to 0.7.2., guix-commits, 2024/12/15
- 165/350: gnu: rust-sha1-asm-0.5: Update to 0.5.3., guix-commits, 2024/12/15
- 169/350: gnu: rust-secp256k1-0.21: Update to 0.21.3., guix-commits, 2024/12/15
- 156/350: gnu: rust-stream-cipher-0.3: Update to 0.3.2., guix-commits, 2024/12/15
- 173/350: gnu: rust-nettle-7: Update to 7.4.0., guix-commits, 2024/12/15
- 179/350: gnu: rust-ed25519-compact-2: Update to 2.1.1., guix-commits, 2024/12/15