gnu: rust-unicase-2: Update to 2.7.0.
* gnu/packages/crates-io.scm (rust-unicase-2): Update to 2.7.0. [arguments]: Don't skip build. Change-Id: I6c9568a22ab53adab8a8e6b39789a2a52e7c7f86
This commit is contained in:
parent
babcc48a29
commit
191e53eeb9
@ -79630,20 +79630,18 @@ Unicode and Internationalization Crates (UNIC) project.")
|
|||||||
(define-public rust-unicase-2
|
(define-public rust-unicase-2
|
||||||
(package
|
(package
|
||||||
(name "rust-unicase")
|
(name "rust-unicase")
|
||||||
(version "2.6.0")
|
(version "2.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "unicase" version))
|
(uri (crate-uri "unicase" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xmlbink4ycgxrkjspp0mf7pghcx4m7vxq7fpfm04ikr2zk7pwsh"))))
|
"12gd74j79f94k4clxpf06l99wiv4p30wjr0qm04ihqk9zgdd9lpp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-version-check" ,rust-version-check-0.9))))
|
(("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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user