mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
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
1 changed files with 4 additions and 6 deletions
|
@ -79630,20 +79630,18 @@ Unicode and Internationalization Crates (UNIC) project.")
|
|||
(define-public rust-unicase-2
|
||||
(package
|
||||
(name "rust-unicase")
|
||||
(version "2.6.0")
|
||||
(version "2.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unicase" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xmlbink4ycgxrkjspp0mf7pghcx4m7vxq7fpfm04ikr2zk7pwsh"))))
|
||||
"12gd74j79f94k4clxpf06l99wiv4p30wjr0qm04ihqk9zgdd9lpp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-version-check" ,rust-version-check-0.9))))
|
||||
(home-page "https://github.com/seanmonstar/unicase")
|
||||
(synopsis "Case-insensitive wrapper around strings")
|
||||
|
|
Loading…
Add table
Reference in a new issue