mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: rust-futures-util-0.3: Update to 0.3.12.
* gnu/packages/crates-io.scm (rust-futures-util-0.3): Update to 0.3.12. [arguments]: Skip build. [home-page]: Update URI. [synopsis, description]: Improve typography.
This commit is contained in:
parent
0c9bb37963
commit
3e822257be
1 changed files with 8 additions and 8 deletions
|
@ -15195,7 +15195,7 @@ (define-public rust-futures-timer-0.1
|
||||||
(define-public rust-futures-util-0.3
|
(define-public rust-futures-util-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-util")
|
(name "rust-futures-util")
|
||||||
(version "0.3.8")
|
(version "0.3.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -15203,11 +15203,10 @@ (define-public rust-futures-util-0.3
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0jv25s07igmqavigdfzr02yw6j1q0vg8pw2p2vmgvcx4yb88qak3"))))
|
||||||
"1lnbhpyrypn9giw6122af0pffxfijfz3zm7phrwzp75rlzscy16k"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures" ,rust-futures-0.1)
|
(("rust-futures" ,rust-futures-0.1)
|
||||||
("rust-futures-channel" ,rust-futures-channel-0.3)
|
("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
|
@ -15217,16 +15216,17 @@ (define-public rust-futures-util-0.3
|
||||||
("rust-futures-sink" ,rust-futures-sink-0.3)
|
("rust-futures-sink" ,rust-futures-sink-0.3)
|
||||||
("rust-futures-task" ,rust-futures-task-0.3)
|
("rust-futures-task" ,rust-futures-task-0.3)
|
||||||
("rust-memchr" ,rust-memchr-2)
|
("rust-memchr" ,rust-memchr-2)
|
||||||
("rust-pin-project" ,rust-pin-project-1)
|
("rust-pin-project-lite" ,rust-pin-project-lite-0.2)
|
||||||
("rust-pin-utils" ,rust-pin-utils-0.1)
|
("rust-pin-utils" ,rust-pin-utils-0.1)
|
||||||
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||||
("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
|
("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
|
||||||
("rust-slab" ,rust-slab-0.4)
|
("rust-slab" ,rust-slab-0.4)
|
||||||
("rust-tokio-io" ,rust-tokio-io-0.1))))
|
("rust-tokio-io" ,rust-tokio-io-0.1))))
|
||||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis "Common utilities and extension traits for the futures-rs library")
|
(synopsis
|
||||||
|
"Common utilities and extension traits for the @code{futures-rs} library")
|
||||||
(description "This package provides common utilities and extension traits
|
(description "This package provides common utilities and extension 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-util-preview-0.3
|
(define-public rust-futures-util-preview-0.3
|
||||||
|
|
Loading…
Reference in a new issue