efraim pushed a commit to branch rust-team
in repository guix.
commit 077dd758237e78d8608340f24fcbd954aee9deaf
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:11:05 2024 +0100
gnu: rust-paw-structopt-1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-paw-structopt-1): Order.
Change-Id: Ifed73bac99c7915887d98c910f801de4cb756b4a
Signed-off-by: Efraim Flashner <[email protected]>
---
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 ce97e661a5..5d14d8e46b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56831,6 +56831,30 @@ crate.")
implementations.")
(license (list license:expat license:asl2.0))))
+(define-public rust-paw-structopt-1
+ (package
+ (name "rust-paw-structopt")
+ (version "1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "paw-structopt" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1iwg83xqjpfgpy8wrq173cy7zgkyxfryd230sh34f5qsjdx7zap4"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; use of undeclared crate or module `paw`
+ #:cargo-inputs
+ (("rust-proc-macro2" ,rust-proc-macro2-0.4)
+ ("rust-quote" ,rust-quote-0.6)
+ ("rust-structopt" ,rust-structopt-0.2)
+ ("rust-syn" ,rust-syn-0.15))))
+ (home-page "https://github.com/rust-cli/paw")
+ (synopsis "Structopt support for the Paw crate")
+ (description "This package provides Structopt support for the Paw crate.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-pcap-1
(package
(name "rust-pcap")
@@ -78356,30 +78380,6 @@ designed for @code{immutable.rs}.")
data type.")
(license license:expat)))
-(define-public rust-paw-structopt-1
- (package
- (name "rust-paw-structopt")
- (version "1.0.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "paw-structopt" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1iwg83xqjpfgpy8wrq173cy7zgkyxfryd230sh34f5qsjdx7zap4"))))
- (build-system cargo-build-system)
- (arguments
- `(#:tests? #f ; use of undeclared crate or module `paw`
- #:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-0.4)
- ("rust-quote" ,rust-quote-0.6)
- ("rust-structopt" ,rust-structopt-0.2)
- ("rust-syn" ,rust-syn-0.15))))
- (home-page "https://github.com/rust-cli/paw")
- (synopsis "Structopt support for the Paw crate")
- (description "This package provides Structopt support for the Paw crate.")
- (license (list license:expat license:asl2.0))))
-
;; TODO: Unbundle sleef.
(define-public rust-sleef-sys-0.1
(package