[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/54: gnu: rust-serde-cbor-0.10: Update to 0.10.2.
From: |
guix-commits |
Subject: |
05/54: gnu: rust-serde-cbor-0.10: Update to 0.10.2. |
Date: |
Tue, 21 Jan 2020 09:35:19 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit ec438ab295703c83029d3d7e760d375c55e4b384
Author: John Soo <address@hidden>
AuthorDate: Wed Jan 15 09:56:41 2020 -0800
gnu: rust-serde-cbor-0.10: Update to 0.10.2.
* gnu/packages/crates-io.scm (rust-serde-cbor-0.10): Update 0.10.2.
Signed-off-by: Efraim Flashner <address@hidden>
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0749cf3..c7bb412 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9498,7 +9498,7 @@ proven statistical guarantees.")
(define-public rust-serde-cbor-0.10
(package
(name "rust-serde-cbor")
- (version "0.10.1")
+ (version "0.10.2")
(source
(origin
(method url-fetch)
@@ -9507,7 +9507,7 @@ proven statistical guarantees.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0jcb4j637vdlqk2z38jixaqmp6f92h36r17kclv5brjay32911ii"))))
+ "0kyizacjabsa78p9f7qvj31zirpnsgsr4zpfv1p6lwpcb3biw27p"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
- 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 <=
- 07/54: gnu: rust-serde-yaml-0.8: Update to 0.8.11., guix-commits, 2020/01/21
- 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