mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: rust-serde-yaml-0.9: Update to 0.9.30.
* gnu/packages/crates-io.scm (rust-serde-yaml-0.9): Update to 0.9.30. [cargo-inputs]: Replace rust-indexmap-1 with 2. Change-Id: Id5d2d7d424519d1ae050030054d76fe4806c5776
This commit is contained in:
parent
1b35c4535c
commit
f61f8f1e6b
1 changed files with 3 additions and 3 deletions
|
@ -65308,18 +65308,18 @@ (define-public rust-serde-xml-rs-0.4
|
|||
(define-public rust-serde-yaml-0.9
|
||||
(package
|
||||
(name "rust-serde-yaml")
|
||||
(version "0.9.21")
|
||||
(version "0.9.30")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_yaml" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1714w6f5b2g4svha9r96cirz05mc0d9xfaxkcrabzqvxxkiq9mnr"))))
|
||||
"0f4xkmbjgq452ynh3nkz84c0dryjfp410gfqy7hhxxwrkb3jigxi"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-indexmap" ,rust-indexmap-1)
|
||||
(("rust-indexmap" ,rust-indexmap-2)
|
||||
("rust-itoa" ,rust-itoa-1)
|
||||
("rust-ryu" ,rust-ryu-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
|
|
Loading…
Reference in a new issue