mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 22:36:22 +01:00
gnu: rust-heck-0.4: Update to 0.4.1.
* gnu/packages/crates-io.scm (rust-heck-0.4): Update to 0.4.1. [arguments]: Don't skip building. Change-Id: I395fd5adca538d3b7a51842cf2bec2ecc7c9f9b3 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8a21cfac48
commit
7c414b48aa
1 changed files with 3 additions and 5 deletions
|
@ -35662,19 +35662,17 @@ total runtime size of an object on the heap")
|
|||
(define-public rust-heck-0.4
|
||||
(package
|
||||
(name "rust-heck")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "heck" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ygphsnfwl2xpa211vbqkz1db6ri1kvkg8p8sqybi37wclg7fh15"))))
|
||||
(base32 "1a7mqsnycv5z4z5vnv1k34548jzmc0ajic7c1j8jsaspnhw5ql4m"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build?
|
||||
#t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-unicode-segmentation" ,rust-unicode-segmentation-1))))
|
||||
(home-page "https://github.com/withoutboats/heck")
|
||||
(synopsis "Case conversion library")
|
||||
|
|
Loading…
Add table
Reference in a new issue