mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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:
parent
27f158ef23
commit
ec438ab295
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue