gnu: rust-serde-yaml-0.8: Update to 0.8.26.

* gnu/packages/crates-io.scm (rust-serde-yaml-0.8): Update to 0.8.26.
[cargo-inputs]: Remove rust-dtoa-0.4, rust-linked-hash-map-0.5. Add
rust-indexmap-1, rust-ryu-1.
[cargo-development-inputs]: Add rust-anyhow-1.
This commit is contained in:
Efraim Flashner 2023-01-12 19:53:12 +02:00 committed by Maxim Cournoyer
parent 404b091c74
commit d9a5f785d6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -52712,23 +52712,24 @@ (define-public rust-serde-xml-rs-0.5
(define-public rust-serde-yaml-0.8
(package
(name "rust-serde-yaml")
(version "0.8.17")
(version "0.8.26")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde_yaml" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "08xvb5zxz3x5dgx0fy1q0aq9aa9fibcvi75333wnnwk1mga4wr8m"))))
(base32 "06y7gxy312mink8nsnmci9cw0ykpgsdcxmayg0snmdbnnwrp92jp"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-dtoa" ,rust-dtoa-0.4)
("rust-linked-hash-map" ,rust-linked-hash-map-0.5)
(("rust-indexmap" ,rust-indexmap-1)
("rust-ryu" ,rust-ryu-1)
("rust-serde" ,rust-serde-1)
("rust-yaml-rust" ,rust-yaml-rust-0.4))
#:cargo-development-inputs
(("rust-indoc" ,rust-indoc-1)
(("rust-anyhow" ,rust-anyhow-1)
("rust-indoc" ,rust-indoc-1)
("rust-serde-derive" ,rust-serde-derive-1))))
(home-page "https://github.com/dtolnay/serde-yaml")
(synopsis "YAML support for Serde")