gnu: rust-unicode-linebreak-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-unicode-linebreak-0.1): Update to 0.1.4. [synopsis, description]: Don't capitalise ‘line breaking algorithm’. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
b1dbeb53de
commit
512181a05a
1 changed files with 9 additions and 7 deletions
|
@ -63698,22 +63698,24 @@ Standard Annex #31.")
|
||||||
(define-public rust-unicode-linebreak-0.1
|
(define-public rust-unicode-linebreak-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-unicode-linebreak")
|
(name "rust-unicode-linebreak")
|
||||||
(version "0.1.2")
|
(version "0.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "unicode-linebreak" version))
|
(uri (crate-uri "unicode-linebreak" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0grq6bsn967q4vpifld53s7a140nlmpq5vy8ghgr73f4n2mdqlis"))))
|
(base32 "0drixqb16bzmabd5d8ldvar5760rxy6nxzszhlsqnasl3bisvyn5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
(list #:cargo-inputs
|
||||||
(("rust-regex" ,rust-regex-1))))
|
`(("rust-hashbrown" ,rust-hashbrown-0.12)
|
||||||
|
("rust-regex" ,rust-regex-1))))
|
||||||
(home-page "https://github.com/axelf4/unicode-linebreak")
|
(home-page "https://github.com/axelf4/unicode-linebreak")
|
||||||
(synopsis "Implementation of the Unicode Line Breaking Algorithm")
|
(synopsis "Implementation of the Unicode line breaking algorithm")
|
||||||
(description "This package provides an Implementation of the Unicode Line
|
(description
|
||||||
Breaking Algorithm in Rust.")
|
"This package provides an implementation of the Unicode line
|
||||||
|
breaking algorithm in Rust.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-unicode-normalization-0.1
|
(define-public rust-unicode-normalization-0.1
|
||||||
|
|
Reference in a new issue