gnu: rust-futures-sink-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-sink-0.3): Update to 0.3.28. [arguments]: Don't skip build.
parent
066a94d58f
commit
f8b7de52ac
|
@ -25415,7 +25415,7 @@ different @code{Future}s at once and handling the first one to complete.")
|
||||||
(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.26")
|
(version "0.3.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25424,9 +25424,8 @@ different @code{Future}s at once and handling the first one to complete.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r43djzf0caz89c724ishpzxy59y6nw7ykfvh1nd9kz8nc5q447k"))))
|
"0vkv4frf4c6gm1ag9imjz8d0xvpnn22lkylsls0rffx147zf8fzl"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments `(#:skip-build? #t))
|
|
||||||
(home-page "https://rust-lang.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis "Asynchronous @code{Sink} trait for the @code{futures-rs} library")
|
(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
|
||||||
|
|
Reference in New Issue