mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-clap-derive-3: Order alphabetically.
* gnu/packages/crates-io.scm (rust-clap-derive-3): Order. Change-Id: I6191e83f85a7f991f8aba05224ebdcfaa6e4f053 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0863124ded
commit
c11e1fe4b0
1 changed files with 20 additions and 20 deletions
|
@ -14184,26 +14184,6 @@ (define-public rust-clap-derive-4
|
|||
"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)
|
||||
(name "rust-clap-derive")
|
||||
(version "3.2.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "025hh66cyjk5xhhq8s1qw5wkxvrm8hnv5xwwksax7dy8pnw72qxf"))))
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
`(("rust-heck" ,rust-heck-0.4)
|
||||
("rust-proc-macro-error" ,rust-proc-macro-error-1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-clap-4
|
||||
(package
|
||||
(name "rust-clap")
|
||||
|
@ -14432,6 +14412,26 @@ (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-3
|
||||
(package
|
||||
(inherit rust-clap-derive-4)
|
||||
(name "rust-clap-derive")
|
||||
(version "3.2.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "025hh66cyjk5xhhq8s1qw5wkxvrm8hnv5xwwksax7dy8pnw72qxf"))))
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
`(("rust-heck" ,rust-heck-0.4)
|
||||
("rust-proc-macro-error" ,rust-proc-macro-error-1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-clap-lex-0.7
|
||||
(package
|
||||
(name "rust-clap-lex")
|
||||
|
|
Loading…
Reference in a new issue