me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-futures-test-0.3): Update to 0.3.28.
Efraim Flashner 2023-07-13 21:00:20 +03:00
parent 8a842e16bb
commit 080abdd269
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -25477,7 +25477,7 @@ futures-rs library.")
(define-public rust-futures-test-0.3 (define-public rust-futures-test-0.3
(package (package
(name "rust-futures-test") (name "rust-futures-test")
(version "0.3.26") (version "0.3.28")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -25485,7 +25485,7 @@ futures-rs library.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0pbdzvbmzrnc67bpp7hbh7l5mavqifpgk2vhaprr0vlr6qrpcyi4")))) "0j83960iv317xj8bfq5jay4s1yqdjidfcb1lz8js793h91s2gbw4"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:tests? #f ; Doc tests fail. `(#:tests? #f ; Doc tests fail.