mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: rust-futures-sink-0.3: Update to 0.3.12.
* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.12. [arguments]: Skip build. [home-page]: Update URI. [synopsis, description]: Improve typography.
This commit is contained in:
parent
548fbc5e36
commit
94ba338ee9
1 changed files with 6 additions and 5 deletions
|
@ -15026,7 +15026,7 @@ (define-public rust-futures-select-macro-preview-0.3
|
||||||
(define-public rust-futures-sink-0.3
|
(define-public rust-futures-sink-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-sink")
|
(name "rust-futures-sink")
|
||||||
(version "0.3.8")
|
(version "0.3.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15035,12 +15035,13 @@ (define-public rust-futures-sink-0.3
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gfb1z97q861ki6lqsvpgfn3hnm9w3vkrf82dc00xrff95d1jy7q"))))
|
"1mj22d4w6digh7wfp6jkr5fdcl9r138q41fxzm1yg8mx568cdxfa"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
(arguments `(#:skip-build? #t))
|
||||||
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
|
(synopsis "Asynchronous @code{Sink} trait for the @code{futures-rs} library")
|
||||||
(description "This package provides the asynchronous @code{Sink} trait for
|
(description "This package provides the asynchronous @code{Sink} trait for
|
||||||
the futures-rs library.")
|
the @code{futures-rs} library.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-futures-sink-preview-0.3
|
(define-public rust-futures-sink-preview-0.3
|
||||||
|
|
Loading…
Reference in a new issue