gnu: rust-tokio-0.2: Update to 0.2.25.

* gnu/packages/crates-io.scm (rust-tokio-0.2): Update to 0.2.25.
[arguments]: Don't skip build.  Skip the tests.
[cargo-inputs]: Replace rust-parking-lot-0.10 with 0.11.
[cargo-development-inputs]: Add rust-futures-test-0.3.

Change-Id: I5103faf2b7361bd09303c8d63dadd0b0358d19e2
This commit is contained in:
Efraim Flashner 2024-01-28 14:10:19 +02:00
parent 49b920d16b
commit 373373b2c6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -68142,16 +68142,16 @@ writing asynchronous I/O backed applications.")
(package
(inherit rust-tokio-0.3)
(name "rust-tokio")
(version "0.2.21")
(version "0.2.25")
(source
(origin
(method url-fetch)
(uri (crate-uri "tokio" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0n1dxsjv9fxv3kmr3nh4n8v8pqckwgdlls942msysavhp4kzm6fh"))))
(base32 "14l0rll6y1dyzh6qcd8rma2ch3wx0dxzxq8b54di744sjirs40v7"))))
(arguments
`(#:skip-build? #t
`(#:tests? #f ; failed to resolve: could not find `test` in `tokio`
#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.5)
("rust-fnv" ,rust-fnv-1)
@ -68164,7 +68164,7 @@ writing asynchronous I/O backed applications.")
("rust-mio-named-pipes" ,rust-mio-named-pipes-0.1)
("rust-mio-uds" ,rust-mio-uds-0.6)
("rust-num-cpus" ,rust-num-cpus-1)
("rust-parking-lot" ,rust-parking-lot-0.10)
("rust-parking-lot" ,rust-parking-lot-0.11)
("rust-pin-project-lite" ,rust-pin-project-lite-0.1)
("rust-signal-hook-registry" ,rust-signal-hook-registry-1)
("rust-slab" ,rust-slab-0.4)
@ -68172,6 +68172,7 @@ writing asynchronous I/O backed applications.")
("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs
(("rust-futures" ,rust-futures-0.3)
("rust-futures-test" ,rust-futures-test-0.3)
("rust-loom" ,rust-loom-0.3)
("rust-proptest" ,rust-proptest-0.9)
("rust-tempfile" ,rust-tempfile-3)