mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05: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 @@ (define-public rust-bstr-0.2
|
|||
#:cargo-development-inputs
|
||||
(("rust-quickcheck" ,rust-quickcheck-0.8)
|
||||
("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")
|
||||
(synopsis
|
||||
"String type that is not required to be valid UTF-8")
|
||||
|
@ -12441,7 +12441,7 @@ (define-public rust-heck-0.3
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-unicode-segmentation" ,rust-unicode-segmentation-1.3))))
|
||||
(("rust-unicode-segmentation" ,rust-unicode-segmentation-1))))
|
||||
(home-page "https://github.com/withoutboats/heck")
|
||||
(synopsis "Case conversion library")
|
||||
(description
|
||||
|
@ -34936,21 +34936,6 @@ (define-public rust-unicode-segmentation-1
|
|||
boundaries according to Unicode Standard Annex #29 rules.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-unicode-width")
|
||||
|
|
Loading…
Reference in a new issue