Archived
1
0
Fork 0

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
This commit is contained in:
Efraim Flashner 2023-10-23 18:13:54 +03:00
parent b2508fd410
commit b3e5dcbf85
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10594,20 +10594,22 @@ exposed as Reader/Writer streams.")
(define-public rust-bytesize-1 (define-public rust-bytesize-1
(package (package
(name "rust-bytesize") (name "rust-bytesize")
(version "1.1.0") (version "1.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "bytesize" version)) (uri (crate-uri "bytesize" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1k3aak70iwz4s2gsjbxf0ws4xnixqbdz6p2ha96s06748fpniqx3"))))
"0w7wmmbcirxp5isza0i1lxq5d7r7f0z1pxbxl5f6s1n5m8vfqn3c"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#: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/") (home-page "https://github.com/hyunsik/bytesize/")
(synopsis "Human-readable byte count representation library for Rust") (synopsis "Human-readable byte count representation library for Rust")
(description "ByteSize is an utility for human-readable byte count (description "ByteSize is an utility for human-readable byte count