gnu: rust-futures-executor-0.3: Update to 0.3.26.
* gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.26.
This commit is contained in:
parent
e6cca4d0ad
commit
ab16184e4a
1 changed files with 2 additions and 2 deletions
|
@ -22606,7 +22606,7 @@ (define-public rust-futures-cpupool-0.1
|
|||
(define-public rust-futures-executor-0.3
|
||||
(package
|
||||
(name "rust-futures-executor")
|
||||
(version "0.3.12")
|
||||
(version "0.3.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -22615,7 +22615,7 @@ (define-public rust-futures-executor-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ffr1zclhz60ql49n2pj44jhhk22yah41xwlpyb30jws03f9zrg9"))))
|
||||
"03mm37yv235i2ifjfaacw5cl8cmiyirj8ap3d64fr5xblqshmpp8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue