gnu: rust-futures-executor-0.3: Update to 0.3.28.
* gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.28.
parent
53b6a5f9a9
commit
7a10a6f713
|
@ -25124,7 +25124,7 @@ the computation on the threads themselves.")
|
||||||
(define-public rust-futures-executor-0.3
|
(define-public rust-futures-executor-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-executor")
|
(name "rust-futures-executor")
|
||||||
(version "0.3.26")
|
(version "0.3.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25133,7 +25133,7 @@ the computation on the threads themselves.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03mm37yv235i2ifjfaacw5cl8cmiyirj8ap3d64fr5xblqshmpp8"))))
|
"1q468di96knnla72xdvswic1ir2qkrf5czsdigc5n4l86a1fxv6c"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in New Issue