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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue