GNU bug report logs -
#70606
[PATCH rust-team 001/101] gnu: Place rust-xxhash-rust-0.8 in alphabetical order.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Sat, 27 Apr 2024 12:25:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-clap-cargo-0.12): Order.
Change-Id: I8c8e79d9884b8a8d189a9f45a4d80ff3b2dc6fef
---
gnu/packages/crates-io.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index de0f49134d..3a01446e26 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14009,23 +14009,6 @@ (define-public rust-clap-cargo-0.14
(description "This package provides re-usable CLI flags for `cargo` plugins.")
(license (list license:expat license:asl2.0))))
-(define-public rust-clap-cargo-0.12
- (package
- (inherit rust-clap-cargo-0.14)
- (name "rust-clap-cargo")
- (version "0.12.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "clap-cargo" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1r2f4ad1vpaljrfbyfsv986qiwmll0iask4sdvwllka658s22grq"))))
- (arguments
- `(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1)
- ("rust-cargo-metadata" ,rust-cargo-metadata-0.17)
- ("rust-clap" ,rust-clap-4))))))
-
(define-public rust-clap-4
(package
(name "rust-clap")
@@ -14167,6 +14150,23 @@ (define-public rust-clap-builder-4
Command Line Argument Parser.")
(license (list license:expat license:asl2.0))))
+(define-public rust-clap-cargo-0.12
+ (package
+ (inherit rust-clap-cargo-0.14)
+ (name "rust-clap-cargo")
+ (version "0.12.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "clap-cargo" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1r2f4ad1vpaljrfbyfsv986qiwmll0iask4sdvwllka658s22grq"))))
+ (arguments
+ `(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1)
+ ("rust-cargo-metadata" ,rust-cargo-metadata-0.17)
+ ("rust-clap" ,rust-clap-4))))))
+
(define-public rust-clap-complete-4
(package
(name "rust-clap-complete")
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.