gnu: rust-nom-1: Drop minor version from name.

* gnu/packages/crates-io.scm (rust-nom-1): Drop minor version from name.
(rust-iso8601-0.1): Apply renaming.
This commit is contained in:
Nicolas Goaziou 2021-02-05 22:56:07 +01:00
parent c2d0e2f0c9
commit 4abaa6a5e9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -17056,7 +17056,7 @@ whether or not a given path points to an executable file.")
(arguments
`(#:cargo-inputs
(("rust-clippy" ,rust-clippy-0.0)
("rust-nom" ,rust-nom-1.2))))
("rust-nom" ,rust-nom-1))))
(home-page "https://github.com/badboy/iso8601")
(synopsis "Parsing ISO8601 dates using nom")
(description "Parsing ISO8601 dates using nom.")
@ -21886,7 +21886,7 @@ combinators library.")
("rust-regex" ,rust-regex-0.2))
#:tests? #f))))
(define-public rust-nom-1.2
(define-public rust-nom-1
(package
(inherit rust-nom-4)
(name "rust-nom")