mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 10:09:15 -05:00
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
This commit is contained in:
parent
43567ce324
commit
58f662be44
1 changed files with 3 additions and 4 deletions
|
@ -61109,18 +61109,17 @@ (define-public rust-serde-ignored-0.1
|
|||
(define-public rust-serde-json-1
|
||||
(package
|
||||
(name "rust-serde-json")
|
||||
(version "1.0.111")
|
||||
(version "1.0.114")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_json" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1x441azvvdy6x8am4bvkxhswhzw5cr8ml0cqspnihvri8bx4cvhp"))))
|
||||
(base32 "1q4saigxwkf8bw4y5kp6k33dnavlvvwa2q4zmag59vrjsqdrpw65"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; could not find `RandomState` in `hash`
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
|
|
Loading…
Reference in a new issue