mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Update rust-serde-json-1 to 1.0.111.
* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.111. Change-Id: I8e3bcf8540e47289ea4ddc0be9349a1eae5e6b71 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
45b669dc2d
commit
9841a49c8b
1 changed files with 2 additions and 2 deletions
|
@ -64365,14 +64365,14 @@ (define-public rust-serde-ignored-0.1
|
|||
(define-public rust-serde-json-1
|
||||
(package
|
||||
(name "rust-serde-json")
|
||||
(version "1.0.110")
|
||||
(version "1.0.111")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_json" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mrjhgqrzl0gc4lnqp4d2lcs5vrfbhv0r3k1pg49knms6199ggbg"))))
|
||||
(base32 "1x441azvvdy6x8am4bvkxhswhzw5cr8ml0cqspnihvri8bx4cvhp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; could not find `RandomState` in `hash`
|
||||
|
|
Loading…
Reference in a new issue