Archived
1
0
Fork 0

gnu: rust-nom-7: Update to 7.1.3.

* gnu/packages/crates-io.scm (rust-nom-7): Update to 7.1.3.

Change-Id: I3f2cd56ce82d9929e7a063b561bf482a49a9eb95
This commit is contained in:
Efraim Flashner 2024-02-08 10:26:45 +02:00
parent cdc11bd549
commit 27ddd4c521
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -39580,16 +39580,14 @@ implementation (which is unstable / requires nightly).")
(define-public rust-nom-7 (define-public rust-nom-7
(package (package
(name "rust-nom") (name "rust-nom")
(version "7.1.2") (version "7.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "nom" version)) (uri (crate-uri "nom" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0jha9901wxam390jcf5pfa0qqfrgh8li787jx2ip0yk5b8y9hwyj"))))
"132lkkqd8hcbmpb90hncwknr7rn6knfq7774d679k74iqilpfl75"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; Tests require example directory, not included in tarball. `(#:tests? #f ; Tests require example directory, not included in tarball.
@ -39600,10 +39598,8 @@ implementation (which is unstable / requires nightly).")
(("rust-doc-comment" ,rust-doc-comment-0.3) (("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-proptest" ,rust-proptest-1)))) ("rust-proptest" ,rust-proptest-1))))
(home-page "https://github.com/Geal/nom") (home-page "https://github.com/Geal/nom")
(synopsis (synopsis "Byte-oriented, zero-copy, parser combinators library")
"Byte-oriented, zero-copy, parser combinators library") (description "This package provides a byte-oriented, zero-copy, parser
(description
"This package provides a byte-oriented, zero-copy, parser
combinators library.") combinators library.")
(license license:expat))) (license license:expat)))