mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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:
parent
daede44687
commit
721003285e
1 changed files with 2 additions and 2 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Reference in a new issue