mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -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
|
||||
(package
|
||||
(name "rust-futures-util")
|
||||
(version "0.3.8")
|
||||
(version "0.3.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -15203,11 +15203,10 @@ (define-public rust-futures-util-0.3
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lnbhpyrypn9giw6122af0pffxfijfz3zm7phrwzp75rlzscy16k"))))
|
||||
(base32 "0jv25s07igmqavigdfzr02yw6j1q0vg8pw2p2vmgvcx4yb88qak3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-futures" ,rust-futures-0.1)
|
||||
("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-task" ,rust-futures-task-0.3)
|
||||
("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-proc-macro-hack" ,rust-proc-macro-hack-0.5)
|
||||
("rust-proc-macro-nested" ,rust-proc-macro-nested-0.1)
|
||||
("rust-slab" ,rust-slab-0.4)
|
||||
("rust-tokio-io" ,rust-tokio-io-0.1))))
|
||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
||||
(synopsis "Common utilities and extension traits for the futures-rs library")
|
||||
(home-page "https://rust-lang.github.io/futures-rs")
|
||||
(synopsis
|
||||
"Common utilities and extension traits for the @code{futures-rs} library")
|
||||
(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))))
|
||||
|
||||
(define-public rust-futures-util-preview-0.3
|
||||
|
|
Loading…
Reference in a new issue