gnu: rust-byte-unit-4: Update to 4.0.19.

* gnu/packages/crates-io.scm (rust-byte-unit-4): Update to 4.0.19.

Change-Id: Id1da7dc20b9e70bb043c958f6b8edc549eb5bce0
This commit is contained in:
Efraim Flashner 2024-12-19 19:51:49 +02:00
parent daede44687
commit 721003285e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10731,14 +10731,14 @@ (define-public rust-byte-unit-4
(package
(inherit rust-byte-unit-5)
(name "rust-byte-unit")
(version "4.0.9")
(version "4.0.19")
(source
(origin
(method url-fetch)
(uri (crate-uri "byte-unit" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0lxi11qf6h1rqr0yhsh7i6755l325qrkv9r4bgismyik531mi1qw"))))
(base32 "0v4v4z8qilnbg0lv16icbbbdq5kjpbp8yw044lszrzdqawhb6y6s"))))
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1)
("rust-utf8-width" ,rust-utf8-width-0.1))))))