Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-serde-yaml-0.8): Update to 0.8.11.
[arguments]: Remove rust-version-sync-0.8 from cargo-development-inputs.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2020-01-15 10:01:02 -08:00 committed by Efraim Flashner
parent ea78979dd4
commit b6510b1a62
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9611,7 +9611,7 @@ proven statistical guarantees.")
(define-public rust-serde-yaml-0.8 (define-public rust-serde-yaml-0.8
(package (package
(name "rust-serde-yaml") (name "rust-serde-yaml")
(version "0.8.9") (version "0.8.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9620,7 +9620,7 @@ proven statistical guarantees.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"10mmjpnshgrwij01a13679nxy1hnh5yfr0343kh0y9p5j2d8mc1q")))) "0d9wdjrlx9gxg80kzc6pvdwz5pwhja2n8n0bxja9vv61kzqif6v9"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
@ -9631,8 +9631,7 @@ proven statistical guarantees.")
("rust-yaml-rust" ,rust-yaml-rust-0.4)) ("rust-yaml-rust" ,rust-yaml-rust-0.4))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-serde-derive" ,rust-serde-derive-1.0) (("rust-serde-derive" ,rust-serde-derive-1.0)
("rust-unindent" ,rust-unindent-0.1) ("rust-unindent" ,rust-unindent-0.1))))
("rust-version-sync" ,rust-version-sync-0.8))))
(home-page (home-page
"https://github.com/dtolnay/serde-yaml") "https://github.com/dtolnay/serde-yaml")
(synopsis "YAML support for Serde") (synopsis "YAML support for Serde")