me
/
guix
Archived
1
0
Fork 0

gnu: rust-futures-task-0.3: Update to 0.3.28.

* gnu/packages/crates-io.scm (rust-futures-task-0.3): Update to 0.3.28.
[arguments]: Don't skip build. Skip tests.
Efraim Flashner 2023-07-13 20:59:51 +03:00
parent f8b7de52ac
commit 8a842e16bb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -25459,17 +25459,16 @@ futures-rs library.")
(define-public rust-futures-task-0.3 (define-public rust-futures-task-0.3
(package (package
(name "rust-futures-task") (name "rust-futures-task")
(version "0.3.26") (version "0.3.28")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "futures-task" version)) (uri (crate-uri "futures-task" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0rk3jg6lri1rrn03ns89cmw8lircbaf2i2d4mr10zc8hyqdrmxyw")))) (base32 "0ravgihyarbplj32zp60asirfnaalw2wfsa0afhnl3kcpqrd3lvn"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments `(#:tests? #f))
`(#:skip-build? #t))
(home-page "https://rust-lang.github.io/futures-rs") (home-page "https://rust-lang.github.io/futures-rs")
(synopsis "Tools for working with tasks") (synopsis "Tools for working with tasks")
(description "This package provides tools for working with tasks.") (description "This package provides tools for working with tasks.")