gnu: rust-serde-path-to-error-0.1: Update to 0.1.9.
* gnu/packages/crates-io.scm (rust-serde-path-to-error-0.1): Update to 0.1.9. [arguments]: Don't skip build.master
parent
a6189ee876
commit
977b2affeb
|
@ -52420,7 +52420,7 @@ data. This crate provides a wrapper that works with any existing Serde
|
||||||
(define-public rust-serde-path-to-error-0.1
|
(define-public rust-serde-path-to-error-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-path-to-error")
|
(name "rust-serde-path-to-error")
|
||||||
(version "0.1.4")
|
(version "0.1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -52428,12 +52428,10 @@ data. This crate provides a wrapper that works with any existing Serde
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0hbkdhmz82hwx5bxasym776f74jlvnivsx00l4qi7jb3nli4zc16"))))
|
||||||
"0n5ilbsxvi174m2fd506ivd43kws0yh523li1xz0zqh60ngi1xj2"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-serde" ,rust-serde-1))
|
(("rust-serde" ,rust-serde-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-serde-derive" ,rust-serde-derive-1)
|
(("rust-serde-derive" ,rust-serde-derive-1)
|
||||||
|
|
Reference in New Issue