me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2020-12-19 16:57:28 +01:00
parent 6c97562aef
commit 17e2ce2b1c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -10018,7 +10018,7 @@ library.")
(define-public rust-futures-io-0.3
(package
(name "rust-futures-io")
(version "0.3.1")
(version "0.3.8")
(source
(origin
(method url-fetch)
@ -10027,7 +10027,7 @@ library.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1zxm41fmkrb0r39ajk3rr9invcd5bdwlafazn8m9aw4y49ymfxp6"))))
"1frh7d0n96lczy22al3bkgwpq0p1agbgax5kqh9vv8da33738631"))))
(build-system cargo-build-system)
(home-page "https://rust-lang-nursery.github.io/futures-rs")
(synopsis