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 <efraim@flashner.co.il>
This commit is contained in:
John Soo 2020-01-15 09:56:41 -08:00 committed by Efraim Flashner
parent 27f158ef23
commit ec438ab295
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -9498,7 +9498,7 @@ (define-public rust-serde-bytes-0.11
(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 @@ (define-public rust-serde-cbor-0.10
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jcb4j637vdlqk2z38jixaqmp6f92h36r17kclv5brjay32911ii"))))
"0kyizacjabsa78p9f7qvj31zirpnsgsr4zpfv1p6lwpcb3biw27p"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t