gnu: rust-failure-derive-0.1: Update to 0.1.8.

* gnu/packages/crates-io.scm (rust-failure-derive-0.1): Update to 0.1.8.
[arguments]: Don't skip the build.

Change-Id: I11024e9360cc7c71b71fa0fe6f92ade681a349c5
This commit is contained in:
Efraim Flashner 2024-12-22 19:46:07 +02:00
parent 78e2a2cee6
commit 3e304387f6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -27462,20 +27462,17 @@ (define-public rust-failure-0.1
(define-public rust-failure-derive-0.1
(package
(name "rust-failure-derive")
(version "0.1.7")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "failure_derive" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0cfjz0c9szqpxn43b2r722p6m3swzxj7aj6xhqw23ml7h8y762h3"))))
(base32 "1936adqqk080439kx2bjf1bds7h89sg6wcif4jw0syndcv3s6kda"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)