gnu: rust-serde-big-array-0.3: Update to 0.3.3.
* gnu/packages/crates-io.scm (rust-serde-big-array-0.3): Update to 0.3.3. [cargo-inputs]: Move rust-serde-derive-1 ... [cargo-development-inputs]: ... to here.
This commit is contained in:
parent
66ab65cfe6
commit
25320f932d
1 changed files with 5 additions and 5 deletions
|
@ -51647,21 +51647,21 @@ fragment of code.")
|
||||||
(define-public rust-serde-big-array-0.3
|
(define-public rust-serde-big-array-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-big-array")
|
(name "rust-serde-big-array")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "serde-big-array" version))
|
(uri (crate-uri "serde-big-array" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qpy3nk3dpxrrmcfmcnsijad10yi0jxy1x6gc6bbwywma9vhxchq"))))
|
(base32 "190hrlbilvarn5almh3n2s4di9qagxnz3chv6xaw1c72dygzacfd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-serde" ,rust-serde-1)
|
(("rust-serde" ,rust-serde-1))
|
||||||
("rust-serde-derive" ,rust-serde-derive-1))
|
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-serde-json" ,rust-serde-json-1))))
|
(("rust-serde-derive" ,rust-serde-derive-1)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1))))
|
||||||
(home-page "https://github.com/est31/serde-big-array")
|
(home-page "https://github.com/est31/serde-big-array")
|
||||||
(synopsis "Big array helper for serde")
|
(synopsis "Big array helper for serde")
|
||||||
(description "This package provides a big array helper for serde.")
|
(description "This package provides a big array helper for serde.")
|
||||||
|
|
Reference in a new issue