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:
parent
c2d0e2f0c9
commit
4abaa6a5e9
1 changed files with 2 additions and 2 deletions
|
|
@ -17056,7 +17056,7 @@ whether or not a given path points to an executable file.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-clippy" ,rust-clippy-0.0)
|
(("rust-clippy" ,rust-clippy-0.0)
|
||||||
("rust-nom" ,rust-nom-1.2))))
|
("rust-nom" ,rust-nom-1))))
|
||||||
(home-page "https://github.com/badboy/iso8601")
|
(home-page "https://github.com/badboy/iso8601")
|
||||||
(synopsis "Parsing ISO8601 dates using nom")
|
(synopsis "Parsing ISO8601 dates using nom")
|
||||||
(description "Parsing ISO8601 dates using nom.")
|
(description "Parsing ISO8601 dates using nom.")
|
||||||
|
|
@ -21886,7 +21886,7 @@ combinators library.")
|
||||||
("rust-regex" ,rust-regex-0.2))
|
("rust-regex" ,rust-regex-0.2))
|
||||||
#:tests? #f))))
|
#:tests? #f))))
|
||||||
|
|
||||||
(define-public rust-nom-1.2
|
(define-public rust-nom-1
|
||||||
(package
|
(package
|
||||||
(inherit rust-nom-4)
|
(inherit rust-nom-4)
|
||||||
(name "rust-nom")
|
(name "rust-nom")
|
||||||
|
|
|
||||||
Reference in a new issue