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.
This commit is contained in:
parent
03ec4f544d
commit
25c4a95245
1 changed files with 2 additions and 2 deletions
|
@ -22485,7 +22485,7 @@ (define-public rust-futures-0.1
|
|||
(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 @@ (define-public rust-futures-channel-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ihq3a3yc6ial3sw536q75hrhixq22xk6wn5qzpnxazgqxz1plzj"))))
|
||||
"1xadcvj4hi6278hq6i0vnrsa231fyiylh2n03rx7d2ch79k1flrf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue