me
/
guix
Archived
1
0
Fork 0

gnu: rust-futures-io-0.3: Update to 0.3.12.

* gnu/packages/crates-io.scm (rust-futures-io-0.3): Update to 0.3.12.
[arguments]: Skip build.
[home-page]: Update URI.
[synopsis]: Improve typography.
master
Nicolas Goaziou 2021-02-10 22:41:11 +01:00
parent 846fc589e7
commit 0c9bb37963
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 5 deletions

View File

@ -14816,7 +14816,7 @@ intrusive collections.")
(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.8") (version "0.3.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -14825,14 +14825,16 @@ intrusive collections.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1frh7d0n96lczy22al3bkgwpq0p1agbgax5kqh9vv8da33738631")))) "0005hz30pdxlbdamhd0imixmxcjpwrfxxr27kljxh6i84lshbgi8"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://rust-lang-nursery.github.io/futures-rs") (arguments `(#:skip-build? #t))
(home-page "https://rust-lang.github.io/futures-rs")
(synopsis (synopsis
"`AsyncRead` and `AsyncWrite` traits for the futures-rs library") "@code{AsyncRead} and @code{AsyncWrite} traits for the @code{futures-rs}
library")
(description (description
"This package provides the @code{AsyncRead} and @code{AsyncWrite} traits "This package provides the @code{AsyncRead} and @code{AsyncWrite} traits
for the futures-rs library.") for the @code{futures-rs} library.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-futures-io-preview-0.3 (define-public rust-futures-io-preview-0.3