me
/
guix
Archived
1
0
Fork 0

gnu: rust-serde-json-1: Update to 1.0.114.

* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.114.
[arguments]: Don't skip the tests.

Change-Id: I2e92eadae70e49c02a2abe5a33769837d432614b
master
Efraim Flashner 2024-03-14 11:01:33 +02:00
parent 43567ce324
commit 58f662be44
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -61109,18 +61109,17 @@ 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.111") (version "1.0.114")
(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 "1x441azvvdy6x8am4bvkxhswhzw5cr8ml0cqspnihvri8bx4cvhp")))) (base32 "1q4saigxwkf8bw4y5kp6k33dnavlvvwa2q4zmag59vrjsqdrpw65"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; could not find `RandomState` in `hash` `(#:cargo-inputs
#: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)