me
/
guix
Archived
1
0
Fork 0

gnu: rust-futures-channel-0.3: Update to 0.3.28.

* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to
0.3.28.
[arguments]: Don't skip build. Skip tests.
Efraim Flashner 2023-07-13 20:55:56 +03:00
parent 64f20587bd
commit 19b859c30d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -25003,7 +25003,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(define-public rust-futures-channel-0.3
(package
(name "rust-futures-channel")
(version "0.3.26")
(version "0.3.28")
(source
(origin
(method url-fetch)
@ -25012,10 +25012,10 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1xadcvj4hi6278hq6i0vnrsa231fyiylh2n03rx7d2ch79k1flrf"))))
"1wmm9wm5zjigxz61qkscmxp7c30zp08dy63spjz5pch9gva1hmcm"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
`(#:tests? #f
#:cargo-inputs
(("rust-futures-core" ,rust-futures-core-0.3)
("rust-futures-sink" ,rust-futures-sink-0.3))))