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-derive-4): Order.
Change-Id: I867de0e76fcfb148d77fa6d89b6f781b72804a78
---
gnu/packages/crates-io.scm | 48 +++++++++++++++++++-------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8befada5cc..2df7c96e9a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14138,30 +14138,6 @@ (define-public rust-clap-conf-0.1
how to behave across the three main input sources")
(license license:expat)))
-(define-public rust-clap-derive-4
- (package
- (name "rust-clap-derive")
- (version "4.5.18")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "clap_derive" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1ardb26bvcpg72q9myr7yir3a8c83gx7vxk1cccabsd9n73s1ija"))))
- (build-system cargo-build-system)
- (arguments
- (list #:cargo-inputs
- `(("rust-heck" ,rust-heck-0.5)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-2))))
- (home-page "https://clap.rs/")
- (synopsis "Procedural macro crate for Clap")
- (description
- "This package provides the procedural macro crate for Clap.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-clap-4
(package
(name "rust-clap")
@@ -14390,6 +14366,30 @@ (define-public rust-clap-complete-fig-3
with Clap to generate Fig completion scripts.")
(license (list license:expat license:asl2.0))))
+(define-public rust-clap-derive-4
+ (package
+ (name "rust-clap-derive")
+ (version "4.5.18")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "clap_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1ardb26bvcpg72q9myr7yir3a8c83gx7vxk1cccabsd9n73s1ija"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:cargo-inputs
+ `(("rust-heck" ,rust-heck-0.5)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))))
+ (home-page "https://clap.rs/")
+ (synopsis "Procedural macro crate for Clap")
+ (description
+ "This package provides the procedural macro crate for Clap.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-clap-derive-3
(package
(inherit rust-clap-derive-4)
--
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.