mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: rust-futures-executor-0.3: Update to 0.3.30.
* gnu/packages/crates-io.scm (rust-futures-executor-0.3): Update to 0.3.30. [arguments]: Don't skip the build. Skip the tests. Change-Id: Ic381097a4df81971dbd1b8671c598439cdf09bf0
This commit is contained in:
parent
9c23c89b49
commit
fc45c98c29
1 changed files with 4 additions and 5 deletions
|
@ -26717,19 +26717,18 @@ (define-public rust-futures-cpupool-0.1
|
|||
(define-public rust-futures-executor-0.3
|
||||
(package
|
||||
(name "rust-futures-executor")
|
||||
(version "0.3.28")
|
||||
(version "0.3.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-executor" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q468di96knnla72xdvswic1ir2qkrf5czsdigc5n4l86a1fxv6c"))))
|
||||
"07dh08gs9vfll2h36kq32q9xd86xm6lyl9xikmmwlkqnmrrgqxm5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f ; use of undeclared crate or module `futures`
|
||||
#:cargo-inputs
|
||||
(("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-futures-task" ,rust-futures-task-0.3)
|
||||
|
|
Loading…
Reference in a new issue