gnu: rust-serde-json-1: Update to 1.0.110.
* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.110. [arguments]: Skip tests. Change-Id: Ic4c1adbd07ad16ba33e1cb9b1ead81da0e4f7051
This commit is contained in:
parent
cee3cb909c
commit
321f1f4d20
@ -64012,17 +64012,18 @@ data. This crate provides a wrapper that works with any existing Serde
|
|||||||
(define-public rust-serde-json-1
|
(define-public rust-serde-json-1
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-json")
|
(name "rust-serde-json")
|
||||||
(version "1.0.107")
|
(version "1.0.110")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "serde_json" version))
|
(uri (crate-uri "serde_json" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r8cyb8nh3afb15yfscp1h8sdjfv6pnnwg14kcp8igfqwgk0qhkb"))))
|
(base32 "0mrjhgqrzl0gc4lnqp4d2lcs5vrfbhv0r3k1pg49knms6199ggbg"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; could not find `RandomState` in `hash`
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-indexmap" ,rust-indexmap-2)
|
(("rust-indexmap" ,rust-indexmap-2)
|
||||||
("rust-itoa" ,rust-itoa-1)
|
("rust-itoa" ,rust-itoa-1)
|
||||||
("rust-ryu" ,rust-ryu-1)
|
("rust-ryu" ,rust-ryu-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user