me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I090c03b4b7ef8e00fee9850ee926341d1a3153c7
master
Efraim Flashner 2024-01-05 13:12:38 +02:00
parent c85a22c2ef
commit 2da94a19b6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions
gnu/packages

View File

@ -27089,7 +27089,7 @@ futures-rs library.")
(define-public rust-futures-test-0.3
(package
(name "rust-futures-test")
(version "0.3.28")
(version "0.3.30")
(source
(origin
(method url-fetch)
@ -27097,10 +27097,10 @@ futures-rs library.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0j83960iv317xj8bfq5jay4s1yqdjidfcb1lz8js793h91s2gbw4"))))
"1jcaj9ibj2mjq3dvbm6p0pqfm95x7gnmbfpi1p52xi1ancvq4f6f"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Doc tests fail.
`(#:tests? #f ; use of undeclared crate or module `futures`
#:cargo-inputs
(("rust-futures-core" ,rust-futures-core-0.3)
("rust-futures-executor" ,rust-futures-executor-0.3)