mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-futures-core-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.28. [arguments]: Don't skip build. Skip tests.
This commit is contained in:
parent
19b859c30d
commit
53b6a5f9a9
1 changed files with 3 additions and 3 deletions
|
@ -25054,7 +25054,7 @@ (define-public rust-futures-channel-preview-0.3
|
|||
(define-public rust-futures-core-0.3
|
||||
(package
|
||||
(name "rust-futures-core")
|
||||
(version "0.3.26")
|
||||
(version "0.3.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -25063,10 +25063,10 @@ (define-public rust-futures-core-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02467z5mv0219hkrgmpvsb3h7vb8pg31s1j901h7vxg11x6zz47c"))))
|
||||
"137fdxy5amg9zkpa1kqnj7bnha6b94fmddz59w973x96gqxmijjb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f
|
||||
#:cargo-inputs
|
||||
(("rust-portable-atomic" ,rust-portable-atomic-1))))
|
||||
(home-page "https://rust-lang.github.io/futures-rs")
|
||||
|
|
Loading…
Reference in a new issue