me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-futures-channel-0.3): Update to 0.3.26.
master
Efraim Flashner 2023-02-22 12:20:18 +02:00 committed by Maxim Cournoyer
parent 1f3efa0dcb
commit 528f02ffb1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -22485,7 +22485,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(define-public rust-futures-channel-0.3
(package
(name "rust-futures-channel")
(version "0.3.12")
(version "0.3.26")
(source
(origin
(method url-fetch)
@ -22494,7 +22494,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ihq3a3yc6ial3sw536q75hrhixq22xk6wn5qzpnxazgqxz1plzj"))))
"1xadcvj4hi6278hq6i0vnrsa231fyiylh2n03rx7d2ch79k1flrf"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t