mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: rust-atomic-waker-1: Update to 1.1.2.
* gnu/packages/crates-io.scm (rust-atomic-waker-1): Update to 1.1.2. [cargo-inputs]: Add rust-portable-atomic-1. [cargo-development-inputs]: Add rust-criterion-0.4, rust-rayon-1. [home-page]: Update to new home-page. Change-Id: I30db814e11a36b3f81aeafce77846241bbfb1b6e
This commit is contained in:
parent
64dec7a672
commit
0becd9bd5a
1 changed files with 9 additions and 5 deletions
|
@ -6194,19 +6194,23 @@ (define-public rust-atomic-polyfill-0.1
|
||||||
(define-public rust-atomic-waker-1
|
(define-public rust-atomic-waker-1
|
||||||
(package
|
(package
|
||||||
(name "rust-atomic-waker")
|
(name "rust-atomic-waker")
|
||||||
(version "1.0.0")
|
(version "1.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "atomic-waker" version))
|
(uri (crate-uri "atomic-waker" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ansiq5vlw684fhks2x4a4is2rqlbv50q5mi8x0fxxvx5q2p8lq6"))))
|
(base32 "1h5av1lw56m0jf0fd3bchxq8a30xv0b4wv8s4zkp4s0i7mfvs18m"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-futures" ,rust-futures-0.3))))
|
(("rust-portable-atomic" ,rust-portable-atomic-1))
|
||||||
(home-page "https://github.com/stjepang/atomic-waker")
|
#:cargo-development-inputs
|
||||||
|
(("rust-criterion" ,rust-criterion-0.4)
|
||||||
|
("rust-futures" ,rust-futures-0.3)
|
||||||
|
("rust-rayon" ,rust-rayon-1))))
|
||||||
|
(home-page "https://github.com/smol-rs/atomic-waker")
|
||||||
(synopsis "Synchronization primitive for task wakeup")
|
(synopsis "Synchronization primitive for task wakeup")
|
||||||
(description
|
(description
|
||||||
"This package provides a synchronization primitive for task wakeup.")
|
"This package provides a synchronization primitive for task wakeup.")
|
||||||
|
|
Loading…
Reference in a new issue