mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 09:43:43 -05:00
gnu: rust-bincode-1: Update to 1.3.3.
* gnu/packages/crates-io.scm (rust-bincode-1): Update to 1.3.3. [source]: Fix formatting. [arguments]: <#:cargo-inputs>: Remove rust-byteorder, add rust-serde. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
22a8a9e8d2
commit
30143f8084
1 changed files with 8 additions and 11 deletions
|
@ -5345,21 +5345,18 @@ (define-public rust-bigdecimal-rs-0.2
|
|||
(define-public rust-bincode-1
|
||||
(package
|
||||
(name "rust-bincode")
|
||||
(version "1.3.1")
|
||||
(version "1.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bincode" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vc9pjh6hfp9vfq752sa88rxwg93ydhm0dvvy58rcvx2p8wkl3gk"))))
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bincode" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1bfw3mnwzx5g1465kiqllp5n4r10qrqy88kdlp3jfwnq2ya5xx5i"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-byteorder" ,rust-byteorder-1))
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-bytes" ,rust-serde-bytes-0.11)
|
||||
("rust-serde-derive" ,rust-serde-derive-1))))
|
||||
|
|
Loading…
Reference in a new issue