gnu: rust-bytesize-1: Update to 1.3.0.
* gnu/packages/crates-io.scm (rust-bytesize-1): Update to 1.3.0. [cargo-development-inputs]: Add rust-serde-1, rust-serde-json-1, rust-toml-0.7. Change-Id: I60a0b550b253b8e2efb3c5e2f6f66338c089c065
parent
b2508fd410
commit
b3e5dcbf85
|
@ -10594,20 +10594,22 @@ exposed as Reader/Writer streams.")
|
|||
(define-public rust-bytesize-1
|
||||
(package
|
||||
(name "rust-bytesize")
|
||||
(version "1.1.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bytesize" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0w7wmmbcirxp5isza0i1lxq5d7r7f0z1pxbxl5f6s1n5m8vfqn3c"))))
|
||||
(base32 "1k3aak70iwz4s2gsjbxf0ws4xnixqbdz6p2ha96s06748fpniqx3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1))))
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-toml" ,rust-toml-0.7))))
|
||||
(home-page "https://github.com/hyunsik/bytesize/")
|
||||
(synopsis "Human-readable byte count representation library for Rust")
|
||||
(description "ByteSize is an utility for human-readable byte count
|
||||
|
|
Reference in New Issue