gnu: rust-futures-io-0.3: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-futures-io-0.3): Update to 0.3.8.master
parent
6c97562aef
commit
17e2ce2b1c
|
@ -10018,7 +10018,7 @@ library.")
|
||||||
(define-public rust-futures-io-0.3
|
(define-public rust-futures-io-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-io")
|
(name "rust-futures-io")
|
||||||
(version "0.3.1")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10027,7 +10027,7 @@ library.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zxm41fmkrb0r39ajk3rr9invcd5bdwlafazn8m9aw4y49ymfxp6"))))
|
"1frh7d0n96lczy22al3bkgwpq0p1agbgax5kqh9vv8da33738631"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in New Issue