mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-blocking-1: Update to 1.6.1.
* gnu/packages/crates-io.scm (rust-blocking-1): Update to 1.6.1. [cargo-inputs]: Replace rust-async-channel-1 with 2, rust-futures-lite-1 with 2. Remove rust-async-lock-2, rust-fastrand-2. [cargo-development-inputs]: Replace rust-futures-lite-1 with 2. Change-Id: I209d869d47305b0b42067f8412115ec442c3d484
This commit is contained in:
parent
7c54cd9eb7
commit
6784820c19
1 changed files with 5 additions and 7 deletions
|
@ -8967,27 +8967,25 @@ (define-public rust-block-padding-0.1
|
|||
(define-public rust-blocking-1
|
||||
(package
|
||||
(name "rust-blocking")
|
||||
(version "1.4.1")
|
||||
(version "1.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "blocking" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0aiy8y524jvxl942hh5naxjjn7b5rjapsjqb6vfv6x45sk8a8dlc"))))
|
||||
(base32 "1si99l8zp7c4zq87y35ayjgc5c9b60jb8h0k14zfcs679z2l2gvh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-async-channel" ,rust-async-channel-1)
|
||||
("rust-async-lock" ,rust-async-lock-2)
|
||||
(("rust-async-channel" ,rust-async-channel-2)
|
||||
("rust-async-task" ,rust-async-task-4)
|
||||
("rust-fastrand" ,rust-fastrand-2)
|
||||
("rust-futures-io" ,rust-futures-io-0.3)
|
||||
("rust-futures-lite" ,rust-futures-lite-1)
|
||||
("rust-futures-lite" ,rust-futures-lite-2)
|
||||
("rust-piper" ,rust-piper-0.2)
|
||||
("rust-tracing" ,rust-tracing-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-futures-lite" ,rust-futures-lite-1))))
|
||||
(("rust-futures-lite" ,rust-futures-lite-2))))
|
||||
(home-page "https://github.com/smol-rs/blocking")
|
||||
(synopsis "Thread pool for isolating blocking I/O in async programs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue