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:
Jaeme Sifat 2023-12-21 15:55:03 -05:00 committed by Efraim Flashner
parent 8a21cfac48
commit 7c414b48aa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")