gnu: rust-serde-cbor-0.11: Update to 0.11.2.

* gnu/packages/crates-io.scm (rust-serde-cbor-0.11): Update to 0.11.2.
[source]: Fix formatting.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Aleksandr Vityazev 2022-01-17 13:16:33 +00:00 committed by Nicolas Goaziou
parent 30143f8084
commit 56c914075a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -50121,16 +50121,14 @@ (define-public rust-serde-bytes-0.10
(define-public rust-serde-cbor-0.11
(package
(name "rust-serde-cbor")
(version "0.11.1")
(version "0.11.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde-cbor" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"08m62mfqjnpa543kd9r9cyxlqc6y73avhsl3n8svgs4h5zxaq60y"))))
(origin
(method url-fetch)
(uri (crate-uri "serde-cbor" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1xf1bq7ixha30914pd5jl3yw9v1x6car7xgrpimvfvs5vszjxvrb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs