efraim pushed a commit to branch rust-team
in repository guix.
commit a7614adcdd21dbdf8d6d4be1b9e7ecf8cbc3898d
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:47 2024 +0100
gnu: rust-nom8-0.2: Order alphabetically.
* gnu/packages/crates-io.scm (rust-nom8-0.2): Order.
Change-Id: I2560ac03d7a88111afd5b91e44c2ae43cb1c00f3
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 cb04ea0af9..a782244e36 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51269,30 +51269,6 @@ combinators library.")
;; This is an ancient version and all inputs are optional.
`(#:skip-build? #t))))
-(define-public rust-nom8-0.2
- (package
- (name "rust-nom8")
- (version "0.2.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "nom8" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
"1y6jzabxyrl05vxnh63r66ac2fh0symg5fnynxm4ii3zkif580df"))))
- (build-system cargo-build-system)
- (arguments
- `(#:tests? #f ; Not all files included.
- #:cargo-inputs
- (("rust-memchr" ,rust-memchr-2))
- #:cargo-development-inputs
- (("rust-doc-comment" ,rust-doc-comment-0.3)
- ("rust-proptest" ,rust-proptest-1))))
- (home-page "https://github.com/epage/nom-experimental")
- (synopsis "Byte-oriented, zero-copy, parser combinators library")
- (description "This package provides a byte-oriented, zero-copy, parser
-combinators library (fork for proposals for v8)")
- (license license:expat)))
-
(define-public rust-nom-derive-0.10
(package
(name "rust-nom-derive")
@@ -51365,6 +51341,30 @@ combinators library (fork for proposals for v8)")
tokens.")
(license license:expat)))
+(define-public rust-nom8-0.2
+ (package
+ (name "rust-nom8")
+ (version "0.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "nom8" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
"1y6jzabxyrl05vxnh63r66ac2fh0symg5fnynxm4ii3zkif580df"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; Not all files included.
+ #:cargo-inputs
+ (("rust-memchr" ,rust-memchr-2))
+ #:cargo-development-inputs
+ (("rust-doc-comment" ,rust-doc-comment-0.3)
+ ("rust-proptest" ,rust-proptest-1))))
+ (home-page "https://github.com/epage/nom-experimental")
+ (synopsis "Byte-oriented, zero-copy, parser combinators library")
+ (description "This package provides a byte-oriented, zero-copy, parser
+combinators library (fork for proposals for v8)")
+ (license license:expat)))
+
(define-public rust-nonempty-0.7
(package
(name "rust-nonempty")