mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: rust-serde-json-1: Update to 1.0.74.
* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.74. [source]: uri: Use serde-json as name for crate-uri. [arguments]: <#:cargo-inputs>: Use rust-itoa-1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3baaccd885
commit
22a8a9e8d2
1 changed files with 4 additions and 4 deletions
|
@ -50412,19 +50412,19 @@ (define-public rust-serde-ignored-0.1
|
||||||
(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.64")
|
(version "1.0.74")
|
||||||
(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 "0y9gk3yikncrc0zajmwc0pidr7zfwafawb4gidf6mqyskzf9g7kr"))))
|
(base32 "0hiixjnrnrvvpyh58av73ds924zgzi4wl0mv8p9nan0w0v6vjazf"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-indexmap" ,rust-indexmap-1)
|
(("rust-indexmap" ,rust-indexmap-1)
|
||||||
("rust-itoa" ,rust-itoa-0.4)
|
("rust-itoa" ,rust-itoa-1)
|
||||||
("rust-ryu" ,rust-ryu-1)
|
("rust-ryu" ,rust-ryu-1)
|
||||||
("rust-serde" ,rust-serde-1))
|
("rust-serde" ,rust-serde-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
|
|
Loading…
Reference in a new issue