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:
Efraim Flashner 2024-12-29 22:15:11 +02:00
parent 882e46b846
commit b0df4a08a5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -90345,7 +90345,7 @@ (define-public rust-unic-ucd-version-0.9
(define-public rust-unicase-2
(package
(name "rust-unicase")
(version "2.7.0")
(version "2.8.1")
(source
(origin
(method url-fetch)
@ -90353,11 +90353,8 @@ (define-public rust-unicase-2
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"12gd74j79f94k4clxpf06l99wiv4p30wjr0qm04ihqk9zgdd9lpp"))))
"0fd5ddbhpva7wrln2iah054ar2pc1drqjcll0f493vj3fv8l9f3m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-version-check" ,rust-version-check-0.9))))
(home-page "https://github.com/seanmonstar/unicase")
(synopsis "Case-insensitive wrapper around strings")
(description