mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-bytes-1: Update to 1.9.0.
* gnu/packages/crates-io.scm (rust-bytes-1): Update to 1.9.0. [cargo-development-inputs]: Replace rust-loom-0.5 with 0.7. Change-Id: I4938df3ebf0aa67e3f86ef35348ba94c57675883
This commit is contained in:
parent
d28ebd06ab
commit
e96eafd320
1 changed files with 3 additions and 3 deletions
|
@ -10997,20 +10997,20 @@ (define-public rust-byteorder-lite-0.1
|
|||
(define-public rust-bytes-1
|
||||
(package
|
||||
(name "rust-bytes")
|
||||
(version "1.4.0")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bytes" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gkh3fk4fm9xv5znlib723h5md5sxsvbd5113sbxff6g1lmgvcl9"))))
|
||||
(base32 "16ykzx24v1x4f42v2lxyvlczqhdfji3v7r4ghwckpwijzvb1hn9j"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-loom" ,rust-loom-0.5)
|
||||
(("rust-loom" ,rust-loom-0.7)
|
||||
("rust-serde-test" ,rust-serde-test-1))))
|
||||
(home-page "https://github.com/tokio-rs/bytes")
|
||||
(synopsis "Types and traits for working with bytes")
|
||||
|
|
Loading…
Reference in a new issue