gnu: rust-serde-path-to-error-0.1: Update to 0.1.14.
* gnu/packages/crates-io.scm (rust-serde-path-to-error-0.1): Update to 0.1.14. [cargo-inputs]: Add rust-itoa-1. Change-Id: Ia9c9b404a4bad5d18ff80ba606ebe8a55c2a1173
parent
b856e842b0
commit
aca7206d7c
|
@ -66791,28 +66791,26 @@ programs in rust.")
|
||||||
(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.9")
|
(version "0.1.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "serde-path-to-error" version))
|
(uri (crate-uri "serde-path-to-error" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hbkdhmz82hwx5bxasym776f74jlvnivsx00l4qi7jb3nli4zc16"))))
|
(base32 "0dc31z4bg0jwn69gcqsczbmcy5y4w6r0vdcc4c38vma9x2ycivjb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-serde" ,rust-serde-1))
|
(("rust-itoa" ,rust-itoa-1)
|
||||||
#:cargo-development-inputs
|
("rust-serde" ,rust-serde-1))
|
||||||
(("rust-serde-derive" ,rust-serde-derive-1)
|
#:cargo-development-inputs
|
||||||
("rust-serde-json" ,rust-serde-json-1.0.73))))
|
(("rust-serde-derive" ,rust-serde-derive-1)
|
||||||
(home-page
|
("rust-serde-json" ,rust-serde-json-1))))
|
||||||
"https://github.com/dtolnay/path-to-error")
|
(home-page "https://github.com/dtolnay/path-to-error")
|
||||||
(synopsis
|
(synopsis "Path to the element that failed to deserialize")
|
||||||
"Path to the element that failed to deserialize")
|
|
||||||
(description
|
(description
|
||||||
"This package provides a path to the element that failed to deserialize.")
|
"This package provides a path to the element that failed to deserialize.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-serde-qs-0.7
|
(define-public rust-serde-qs-0.7
|
||||||
|
|
Reference in New Issue