mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: rust-unicase-2: Update to 2.8.1.
* gnu/packages/crates-io.scm (rust-unicase-2): Update to 2.8.1. [cargo-inputs]: Remove rust-version-check-0.9. Change-Id: Ib821cc5005659ba272408bbc130425fb897201ee
This commit is contained in:
parent
882e46b846
commit
b0df4a08a5
1 changed files with 2 additions and 5 deletions
|
@ -90345,7 +90345,7 @@ (define-public rust-unic-ucd-version-0.9
|
||||||
(define-public rust-unicase-2
|
(define-public rust-unicase-2
|
||||||
(package
|
(package
|
||||||
(name "rust-unicase")
|
(name "rust-unicase")
|
||||||
(version "2.7.0")
|
(version "2.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -90353,11 +90353,8 @@ (define-public rust-unicase-2
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12gd74j79f94k4clxpf06l99wiv4p30wjr0qm04ihqk9zgdd9lpp"))))
|
"0fd5ddbhpva7wrln2iah054ar2pc1drqjcll0f493vj3fv8l9f3m"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs
|
|
||||||
(("rust-version-check" ,rust-version-check-0.9))))
|
|
||||||
(home-page "https://github.com/seanmonstar/unicase")
|
(home-page "https://github.com/seanmonstar/unicase")
|
||||||
(synopsis "Case-insensitive wrapper around strings")
|
(synopsis "Case-insensitive wrapper around strings")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue