mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-futures-core-0.3: Update to 0.3.26.
* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.26. [cargo-inputs]: Add rust-portable-atomic-1.
This commit is contained in:
parent
528f02ffb1
commit
4f8b4926b0
1 changed files with 6 additions and 3 deletions
|
@ -22536,7 +22536,7 @@ (define-public rust-futures-channel-preview-0.3
|
||||||
(define-public rust-futures-core-0.3
|
(define-public rust-futures-core-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-core")
|
(name "rust-futures-core")
|
||||||
(version "0.3.12")
|
(version "0.3.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -22545,9 +22545,12 @@ (define-public rust-futures-core-0.3
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r8ag0mkxx9cd74yrccjk31lph4gr6lhgb9di6rx39wdvrfi9rbr"))))
|
"02467z5mv0219hkrgmpvsb3h7vb8pg31s1j901h7vxg11x6zz47c"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments '(#:skip-build? #t))
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-portable-atomic" ,rust-portable-atomic-1))))
|
||||||
(home-page "https://rust-lang.github.io/futures-rs")
|
(home-page "https://rust-lang.github.io/futures-rs")
|
||||||
(synopsis "Core traits and types in for the @code{futures} library")
|
(synopsis "Core traits and types in for the @code{futures} library")
|
||||||
(description "This package provides the core traits and types in for the
|
(description "This package provides the core traits and types in for the
|
||||||
|
|
Loading…
Reference in a new issue