me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-07-13 20:56:25 +03:00
parent 19b859c30d
commit 53b6a5f9a9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -25054,7 +25054,7 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(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 @@ featuring zero allocations, composability, and iterator-like interfaces.")
(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")