mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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.
This commit is contained in:
parent
8a842e16bb
commit
080abdd269
1 changed files with 2 additions and 2 deletions
|
@ -25477,7 +25477,7 @@ (define-public rust-futures-task-0.3
|
||||||
(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 @@ (define-public rust-futures-test-0.3
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in a new issue