me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to
0.3.30.

Change-Id: I933842030565fd9770da3ff96d7d001b93187ad3
master
Efraim Flashner 2024-01-05 13:09:57 +02:00
parent f916cda232
commit f9aacf60dc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 5 deletions

View File

@ -26598,19 +26598,18 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(define-public rust-futures-channel-0.3
(package
(name "rust-futures-channel")
(version "0.3.28")
(version "0.3.30")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-channel" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1wmm9wm5zjigxz61qkscmxp7c30zp08dy63spjz5pch9gva1hmcm"))))
"0y6b7xxqdjm9hlcjpakcg41qfl7lihf6gavk8fyqijsxhvbzgj7a"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f
`(#:tests? #f ; use of undeclared crate or module `futures`
#:cargo-inputs
(("rust-futures-core" ,rust-futures-core-0.3)
("rust-futures-sink" ,rust-futures-sink-0.3))))