me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-serde-json-1): Update to 1.0.60.
[arguments]: Add rust-automod-1, rust-serde-stacker-0.1 to cargo-inputs.
Don't skip build.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Joseph LaFreniere 2020-11-20 08:27:08 -06:00 committed by Efraim Flashner
parent 6e69201641
commit 43a8209ea5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 11 additions and 12 deletions

View File

@ -26520,29 +26520,28 @@ for the serde framework.")
(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.50") (version "1.0.60")
(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 ".crate")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0rs8rsk59kgkgsrw8hyyjrlhas9k1by2jwxxqcz3c2bq2qna39vq")))) "0yapc7xxk8dx12691yj0l13008rgvknmc6krvk8jwj7y4x6yh00m"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-indexmap" ,rust-indexmap-1) (("rust-indexmap" ,rust-indexmap-1)
("rust-itoa" ,rust-itoa-0.4) ("rust-itoa" ,rust-itoa-0.4)
("rust-ryu" ,rust-ryu-1.0) ("rust-ryu" ,rust-ryu-1.0)
("rust-serde" ,rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
(;("rust-automod" ,rust-automod-0.1) (("rust-automod" ,rust-automod-1)
("rust-rustversion" ,rust-rustversion-1) ("rust-rustversion" ,rust-rustversion-1)
("rust-serde-bytes" ,rust-serde-bytes-0.11) ("rust-serde-bytes" ,rust-serde-bytes-0.11)
("rust-serde-derive" ,rust-serde-derive-1) ("rust-serde-derive" ,rust-serde-derive-1)
;("rust-serde-stacker" ,rust-serde-stacker-0.1) ("rust-serde-stacker" ,rust-serde-stacker-0.1)
("rust-trybuild" ,rust-trybuild-1)))) ("rust-trybuild" ,rust-trybuild-1))))
(home-page "https://github.com/serde-rs/json") (home-page "https://github.com/serde-rs/json")
(synopsis "JSON serialization file format") (synopsis "JSON serialization file format")