mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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:
parent
78e2a2cee6
commit
3e304387f6
1 changed files with 4 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue