mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: rust-futures-util-0.3: Update to 0.3.26.
* gnu/packages/crates-io.scm (rust-futures-util-0.3): Update to 0.3.26. [cargo-inputs]: Remove rust-proc-macro-hack-0.5, rust-proc-macro-nested-0.1.
This commit is contained in:
parent
dbb7621cf8
commit
13f3f41cfb
1 changed files with 2 additions and 4 deletions
|
@ -23070,7 +23070,7 @@ (define-public rust-futures-timer-0.1
|
|||
(define-public rust-futures-util-0.3
|
||||
(package
|
||||
(name "rust-futures-util")
|
||||
(version "0.3.12")
|
||||
(version "0.3.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -23078,7 +23078,7 @@ (define-public rust-futures-util-0.3
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0jv25s07igmqavigdfzr02yw6j1q0vg8pw2p2vmgvcx4yb88qak3"))))
|
||||
(base32 "1lbvdf6hq62yczd87glm6ih8h5qkagsl7xdiwhmqvwzymkins7cw"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -23093,8 +23093,6 @@ (define-public rust-futures-util-0.3
|
|||
("rust-memchr" ,rust-memchr-2)
|
||||
("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.github.io/futures-rs")
|
||||
|
|
Loading…
Reference in a new issue