mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: rust-unicode-linebreak-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-unicode-linebreak-0.1): Update to 0.1.5. [cargo-inputs]: Remove rust-hashbrown-0.12, rust-regex-1. Change-Id: If12676c75ac6a5144a96dd79dbeea7ff7477c27e
This commit is contained in:
parent
39f5a8f990
commit
c13abe0ca1
1 changed files with 2 additions and 6 deletions
|
@ -87531,19 +87531,15 @@ (define-public rust-unicode-ident-1
|
|||
(define-public rust-unicode-linebreak-0.1
|
||||
(package
|
||||
(name "rust-unicode-linebreak")
|
||||
(version "0.1.4")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unicode-linebreak" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0drixqb16bzmabd5d8ldvar5760rxy6nxzszhlsqnasl3bisvyn5"))))
|
||||
(base32 "07spj2hh3daajg335m4wdav6nfkl0f6c0q72lc37blr97hych29v"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
`(("rust-hashbrown" ,rust-hashbrown-0.12)
|
||||
("rust-regex" ,rust-regex-1))))
|
||||
(home-page "https://github.com/axelf4/unicode-linebreak")
|
||||
(synopsis "Implementation of the Unicode line breaking algorithm")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue