[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/54: gnu: rust-serde-yaml-0.8: Update to 0.8.11.
From: |
guix-commits |
Subject: |
07/54: gnu: rust-serde-yaml-0.8: Update to 0.8.11. |
Date: |
Tue, 21 Jan 2020 09:35:19 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b6510b1a62b7b20567708db34fa45a6b70d5ebce
Author: John Soo <address@hidden>
AuthorDate: Wed Jan 15 10:01:02 2020 -0800
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 <address@hidden>
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 06a1669..72523a9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9611,7 +9611,7 @@ proven statistical guarantees.")
(define-public rust-serde-yaml-0.8
(package
(name "rust-serde-yaml")
- (version "0.8.9")
+ (version "0.8.11")
(source
(origin
(method url-fetch)
@@ -9620,7 +9620,7 @@ proven statistical guarantees.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "10mmjpnshgrwij01a13679nxy1hnh5yfr0343kh0y9p5j2d8mc1q"))))
+ "0d9wdjrlx9gxg80kzc6pvdwz5pwhja2n8n0bxja9vv61kzqif6v9"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
@@ -9631,8 +9631,7 @@ proven statistical guarantees.")
("rust-yaml-rust" ,rust-yaml-rust-0.4))
#:cargo-development-inputs
(("rust-serde-derive" ,rust-serde-derive-1.0)
- ("rust-unindent" ,rust-unindent-0.1)
- ("rust-version-sync" ,rust-version-sync-0.8))))
+ ("rust-unindent" ,rust-unindent-0.1))))
(home-page
"https://github.com/dtolnay/serde-yaml")
(synopsis "YAML support for Serde")
- branch master updated (b2f948b -> 393d721), guix-commits, 2020/01/21
- 02/54: gnu: Add rust-regex-1.3., guix-commits, 2020/01/21
- 01/54: gnu: Add rust-handlebars-2.0., guix-commits, 2020/01/21
- 03/54: gnu: Add rust-dirs-2.0., guix-commits, 2020/01/21
- 04/54: gnu: rust-serde-1.0: Update to 1.0.104., guix-commits, 2020/01/21
- 05/54: gnu: rust-serde-cbor-0.10: Update to 0.10.2., guix-commits, 2020/01/21
- 07/54: gnu: rust-serde-yaml-0.8: Update to 0.8.11.,
guix-commits <=
- 08/54: gnu: Add rust-dirs-sys-0.3., guix-commits, 2020/01/21
- 06/54: gnu: rust-serde-json-1.0: Update to 1.0.44., guix-commits, 2020/01/21
- 09/54: gnu: Add rust-blake2-rfc-0.2., guix-commits, 2020/01/21
- 10/54: gnu: Add rust-redox-users-0.3., guix-commits, 2020/01/21
- 12/54: gnu: Add rust-term-size-0.3., guix-commits, 2020/01/21
- 11/54: gnu: Add rust-term-size-1.0., guix-commits, 2020/01/21
- 14/54: gnu: rust-serde-derive-1.0: Update to 1.0.104., guix-commits, 2020/01/21
- 18/54: gnu: Add rust-rand-0.5., guix-commits, 2020/01/21
- 15/54: gnu: rust-regex-syntax-0.6: Update to 0.6.13., guix-commits, 2020/01/21
- 20/54: gnu: rust-quick-error-1.2: Don't hide package., guix-commits, 2020/01/21