gnu: rust-futures-core-0.3: Update to 0.3.30.

* gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.30.

Change-Id: I4ab87f21c6df30b17aad83c3bff87a2932be81b0
This commit is contained in:
Efraim Flashner 2024-01-05 13:10:27 +02:00
parent f9aacf60dc
commit 9c23c89b49
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -26648,19 +26648,18 @@ (define-public rust-futures-channel-preview-0.3
(define-public rust-futures-core-0.3
(package
(name "rust-futures-core")
(version "0.3.28")
(version "0.3.30")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-core" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"137fdxy5amg9zkpa1kqnj7bnha6b94fmddz59w973x96gqxmijjb"))))
"07aslayrn3lbggj54kci0ishmd1pr367fp7iks7adia1p05miinz"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f
`(#:tests? #f ; use of undeclared crate or module `futures`
#:cargo-inputs
(("rust-portable-atomic" ,rust-portable-atomic-1))))
(home-page "https://rust-lang.github.io/futures-rs")