mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-serde-1: Update to 1.0.118.
* gnu/packages/crates-io.scm (rust-serde-1): Update to 1.0.118.
This commit is contained in:
parent
5629259b14
commit
adb7159caa
1 changed files with 6 additions and 3 deletions
|
@ -29435,7 +29435,7 @@ rules are rather complex. This crate implements the whole grammar." )
|
||||||
(define-public rust-serde-1
|
(define-public rust-serde-1
|
||||||
(package
|
(package
|
||||||
(name "rust-serde")
|
(name "rust-serde")
|
||||||
(version "1.0.117")
|
(version "1.0.118")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -29443,10 +29443,13 @@ rules are rather complex. This crate implements the whole grammar." )
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06nwyyma9hch1abjqj0y9cb09m1y6lbzbsc7jff6483pvs1sk3xq"))))
|
"0028kv3dh3ix5g7jfws22zb9hcqq4cnpwn2lnlpam1wxhmil5ih6"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
;; Tests fail with "error: cannot find derive macro `Deserialize` in this
|
||||||
|
;; scope".
|
||||||
|
`(#:tests? #false
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-serde-derive" ,rust-serde-derive-1))
|
(("rust-serde-derive" ,rust-serde-derive-1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-serde-derive" ,rust-serde-derive-1))))
|
(("rust-serde-derive" ,rust-serde-derive-1))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue