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

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

Change-Id: I24c148893a4a1a168f531732742a8e116b7541d2
This commit is contained in:
Efraim Flashner 2024-12-24 22:05:57 +02:00
parent 3d289ad393
commit d97c9d09cb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -30797,7 +30797,7 @@ (define-public rust-futures-channel-preview-0.3
(define-public rust-futures-core-0.3
(package
(name "rust-futures-core")
(version "0.3.30")
(version "0.3.31")
(source
(origin
(method url-fetch)
@ -30805,7 +30805,7 @@ (define-public rust-futures-core-0.3
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"07aslayrn3lbggj54kci0ishmd1pr367fp7iks7adia1p05miinz"))))
"0gk6yrxgi5ihfanm2y431jadrll00n5ifhnpx090c2f2q1cr1wh5"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `futures`