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:
Efraim Flashner 2024-01-02 21:09:18 +02:00
parent cee3cb909c
commit 321f1f4d20
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -64012,17 +64012,18 @@ data. This crate provides a wrapper that works with any existing Serde
(define-public rust-serde-json-1
(package
(name "rust-serde-json")
(version "1.0.107")
(version "1.0.110")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde_json" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0r8cyb8nh3afb15yfscp1h8sdjfv6pnnwg14kcp8igfqwgk0qhkb"))))
(base32 "0mrjhgqrzl0gc4lnqp4d2lcs5vrfbhv0r3k1pg49knms6199ggbg"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:tests? #f ; could not find `RandomState` in `hash`
#:cargo-inputs
(("rust-indexmap" ,rust-indexmap-2)
("rust-itoa" ,rust-itoa-1)
("rust-ryu" ,rust-ryu-1)