gnu: rust-futures-timer-3: Update to 3.0.3.

* gnu/packages/crates-io.scm (rust-futures-timer-3): Update to 3.0.3.
[arguments]: Don't skip the build.
[cargo-development-inputs]: Add rust-async-std-1, rust-futures-0.3.

Change-Id: I2e0fd6a3e1f84ecc09df278735a8abbc45dd03f0
This commit is contained in:
Efraim Flashner 2024-12-29 22:06:58 +02:00
parent 1ee8c82be2
commit b036b25a51
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -30217,20 +30217,21 @@ (define-public rust-futures-test-0.3
(define-public rust-futures-timer-3
(package
(name "rust-futures-timer")
(version "3.0.2")
(version "3.0.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "futures-timer" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0b5v7lk9838ix6jdcrainsyrh7xrf24pwm61dp13907qkn806jz6"))))
(base32 "094vw8k37djpbwv74bwf2qb7n6v6ghif4myss6smd6hgyajb127j"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-gloo-timers" ,rust-gloo-timers-0.2)
("rust-send-wrapper" ,rust-send-wrapper-0.4))))
("rust-send-wrapper" ,rust-send-wrapper-0.4))
#:cargo-development-inputs (("rust-async-std" ,rust-async-std-1)
("rust-futures" ,rust-futures-0.3))))
(home-page "https://github.com/async-rs/futures-timer")
(synopsis "Timeouts for futures")
(description "This package is a general purpose crate for working with