mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-serde-json-1.0.73.
* gnu/packages/crates-io.scm (rust-serde-json-1.0.73): Remove variable. Change-Id: I62caa3a25000b5953c579c0f2222b2fdeb2fc543
This commit is contained in:
parent
aca7206d7c
commit
9fd0ad9dae
1 changed files with 0 additions and 26 deletions
|
@ -66712,32 +66712,6 @@ (define-public rust-serde-json-1
|
|||
"This package provides a JSON serialization file format.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-serde-json-1.0.73
|
||||
(package
|
||||
(inherit rust-serde-json-1)
|
||||
(name "rust-serde-json")
|
||||
(version "1.0.73")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde-json" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xbwmzc5j6r1nz62a20w6l9bkwbhzd11vwbdqmzbqcv5pi207gdw"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-1.7)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-automod" ,rust-automod-1)
|
||||
("rust-rustversion" ,rust-rustversion-1)
|
||||
("rust-serde-bytes" ,rust-serde-bytes-0.11)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-serde-stacker" ,rust-serde-stacker-0.1)
|
||||
("rust-trybuild" ,rust-trybuild-1))))))
|
||||
|
||||
(define-public rust-serde-json-0.9
|
||||
(package
|
||||
(inherit rust-serde-json-1)
|
||||
|
|
Loading…
Reference in a new issue