mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: rust-unicode-normalization-0.1: update to 0.1.11.
* gnu/packages/crates-io.scm (rust-unicode-normalization-0.1): Update to 0.1.11. [arguments]: Replace rust-smallvec-0.6 with 1 in cargo-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
41de2761d4
commit
8b5e2ca037
1 changed files with 3 additions and 3 deletions
|
@ -25606,7 +25606,7 @@ (define-public rust-unicode-bidi-0.3
|
|||
(define-public rust-unicode-normalization-0.1
|
||||
(package
|
||||
(name "rust-unicode-normalization")
|
||||
(version "0.1.9")
|
||||
(version "0.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -25614,12 +25614,12 @@ (define-public rust-unicode-normalization-0.1
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1kviyqg3bmds4p5hgwf9qgihw8xxvq7ljgyrrk7ygxa2k450gj09"))))
|
||||
(base32 "1kxxb5ndb5dzyp1flajjdxnbwyjw6ml9xvy0pz7b8srjn9ky4qdm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-smallvec" ,rust-smallvec-0.6))))
|
||||
(("rust-smallvec" ,rust-smallvec-1))))
|
||||
(home-page "https://github.com/unicode-rs/unicode-normalization")
|
||||
(synopsis
|
||||
"This crate provides functions for normalization of Unicode strings")
|
||||
|
|
Loading…
Reference in a new issue