mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-futures-executor-0.3: Update to 0.3.8.
* gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.8.
This commit is contained in:
parent
943f67c7b0
commit
6a7f675d56
1 changed files with 2 additions and 2 deletions
|
@ -9960,7 +9960,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.1")
|
(version "0.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -9969,7 +9969,7 @@ the computation on the threads themselves.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cf24wbgxqh4kdjbb557vk1axzmbpmwb8s05ga1nls1zaqv4f9qy"))))
|
"0r8ayj6g08d1i0hj2v6g5zr3hzlkxpqlkpf1awq0105qd0mjpajc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue