mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
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:
parent
30143f8084
commit
56c914075a
1 changed files with 7 additions and 9 deletions
|
@ -50121,16 +50121,14 @@ (define-public rust-serde-bytes-0.10
|
||||||
(define-public rust-serde-cbor-0.11
|
(define-public rust-serde-cbor-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-serde-cbor")
|
(name "rust-serde-cbor")
|
||||||
(version "0.11.1")
|
(version "0.11.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "serde-cbor" version))
|
(uri (crate-uri "serde-cbor" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
(sha256
|
||||||
(sha256
|
(base32 "1xf1bq7ixha30914pd5jl3yw9v1x6car7xgrpimvfvs5vszjxvrb"))))
|
||||||
(base32
|
|
||||||
"08m62mfqjnpa543kd9r9cyxlqc6y73avhsl3n8svgs4h5zxaq60y"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue