mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-unicode-segmentation-1.3.
* gnu/packages/crates-io.scm (rust-unicode-segmentation-1.3): Remove variable. (rust-bstr-0.2) (rust-heck-0.3): Use rust-unicode-segmentation-1.
This commit is contained in:
parent
90cb4496c1
commit
c10829a52b
1 changed files with 2 additions and 17 deletions
|
@ -2876,7 +2876,7 @@ alphabet.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.8)
|
(("rust-quickcheck" ,rust-quickcheck-0.8)
|
||||||
("rust-ucd-parse" ,rust-ucd-parse-0.1)
|
("rust-ucd-parse" ,rust-ucd-parse-0.1)
|
||||||
("rust-unicode-segmentation" ,rust-unicode-segmentation-1.3))))
|
("rust-unicode-segmentation" ,rust-unicode-segmentation-1))))
|
||||||
(home-page "https://github.com/BurntSushi/bstr")
|
(home-page "https://github.com/BurntSushi/bstr")
|
||||||
(synopsis
|
(synopsis
|
||||||
"String type that is not required to be valid UTF-8")
|
"String type that is not required to be valid UTF-8")
|
||||||
|
@ -12441,7 +12441,7 @@ total runtime size of an object on the heap")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-unicode-segmentation" ,rust-unicode-segmentation-1.3))))
|
(("rust-unicode-segmentation" ,rust-unicode-segmentation-1))))
|
||||||
(home-page "https://github.com/withoutboats/heck")
|
(home-page "https://github.com/withoutboats/heck")
|
||||||
(synopsis "Case conversion library")
|
(synopsis "Case conversion library")
|
||||||
(description
|
(description
|
||||||
|
@ -34936,21 +34936,6 @@ described in Unicode Standard Annex #15.")
|
||||||
boundaries according to Unicode Standard Annex #29 rules.")
|
boundaries according to Unicode Standard Annex #29 rules.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-unicode-segmentation-1.3
|
|
||||||
(package
|
|
||||||
(inherit rust-unicode-segmentation-1)
|
|
||||||
(name "rust-unicode-segmentation")
|
|
||||||
(version "1.3.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "unicode-segmentation" version))
|
|
||||||
(file-name
|
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1a9jqg7rb1yq6w2xc9jgxcs111yk5vxm9afjfvykfnrmzk6z8rqr"))))))
|
|
||||||
|
|
||||||
(define-public rust-unicode-width-0.1
|
(define-public rust-unicode-width-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-unicode-width")
|
(name "rust-unicode-width")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue