Archived
1
0
Fork 0

gnu: rust-utf8-ranges-1: Drop minor version from name.

* gnu/packages/crates-io.scm (rust-utf8-ranges-1): Drop minor version from name.
(rust-fst-0.4):
(rust-regex-0.2):
(rust-utf8-ranges-0.1): Apply renaming.
This commit is contained in:
Nicolas Goaziou 2021-02-05 23:29:59 +01:00
parent e65ca9ccd5
commit 0ca3e08d45
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12931,7 +12931,7 @@ macOS API for file changes notifications")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-utf8-ranges" ,rust-utf8-ranges-1.0)))) (("rust-utf8-ranges" ,rust-utf8-ranges-1))))
(home-page "https://github.com/BurntSushi/fst") (home-page "https://github.com/BurntSushi/fst")
(synopsis "Represent sets or maps of large numbers of strings.") (synopsis "Represent sets or maps of large numbers of strings.")
(description (description
@ -28384,7 +28384,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
("rust-memchr" ,rust-memchr-2) ("rust-memchr" ,rust-memchr-2)
("rust-regex-syntax" ,rust-regex-syntax-0.5) ("rust-regex-syntax" ,rust-regex-syntax-0.5)
("rust-thread-local" ,rust-thread-local-0.3) ("rust-thread-local" ,rust-thread-local-0.3)
("rust-utf8-ranges" ,rust-utf8-ranges-1.0)) ("rust-utf8-ranges" ,rust-utf8-ranges-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-lazy-static" ,rust-lazy-static-1) (("rust-lazy-static" ,rust-lazy-static-1)
("rust-quickcheck" ,rust-quickcheck-0.6) ("rust-quickcheck" ,rust-quickcheck-0.6)
@ -40768,7 +40768,7 @@ Unix users and groups.")
"Incremental, zero-copy UTF-8 decoding with error handling.") "Incremental, zero-copy UTF-8 decoding with error handling.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-utf8-ranges-1.0 (define-public rust-utf8-ranges-1
(package (package
(name "rust-utf8-ranges") (name "rust-utf8-ranges")
(version "1.0.4") (version "1.0.4")
@ -40796,7 +40796,7 @@ Unix users and groups.")
(define-public rust-utf8-ranges-0.1 (define-public rust-utf8-ranges-0.1
(package (package
(inherit rust-utf8-ranges-1.0) (inherit rust-utf8-ranges-1)
(name "rust-utf8-ranges") (name "rust-utf8-ranges")
(version "0.1.3") (version "0.1.3")
(source (source