mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 07:46:20 +01:00
gnu: rust-flume-0.11: Update to 0.11.1.
* gnu/packages/crates-io.scm (rust-flume-0.11): Update to 0.11.1. [arguments]: Don't skip the tests. [cargo-development-inputs]: Add rust-getrandom-0.2. Replace rust-criterion-0.3 with 0.5. Change-Id: I3fdb4d2cb1f2bbc9197458c5cded97d4c51c5be2
This commit is contained in:
parent
acd4db3d50
commit
cd2f8027fb
1 changed files with 5 additions and 5 deletions
|
@ -29258,27 +29258,27 @@ (define-public rust-fluid-attributes-0.4
|
||||||
(define-public rust-flume-0.11
|
(define-public rust-flume-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-flume")
|
(name "rust-flume")
|
||||||
(version "0.11.0")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "flume" version))
|
(uri (crate-uri "flume" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10girdbqn77wi802pdh55lwbmymy437k7kklnvj12aaiwaflbb2m"))))
|
(base32 "15ch0slxa8sqsi6c73a0ky6vdnh48q8cxjf7rksa3243m394s3ns"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; cannot find value `_IS_BIASED` in this scope
|
`(#:cargo-inputs (("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
#:cargo-inputs (("rust-futures-core" ,rust-futures-core-0.3)
|
|
||||||
("rust-futures-sink" ,rust-futures-sink-0.3)
|
("rust-futures-sink" ,rust-futures-sink-0.3)
|
||||||
("rust-nanorand" ,rust-nanorand-0.7)
|
("rust-nanorand" ,rust-nanorand-0.7)
|
||||||
("rust-spin" ,rust-spin-0.9))
|
("rust-spin" ,rust-spin-0.9))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-async-std" ,rust-async-std-1)
|
(("rust-async-std" ,rust-async-std-1)
|
||||||
("rust-criterion" ,rust-criterion-0.3)
|
("rust-criterion" ,rust-criterion-0.5)
|
||||||
("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
|
("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
|
||||||
("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
|
("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
|
||||||
("rust-futures" ,rust-futures-0.3)
|
("rust-futures" ,rust-futures-0.3)
|
||||||
|
("rust-getrandom" ,rust-getrandom-0.2)
|
||||||
("rust-rand" ,rust-rand-0.8)
|
("rust-rand" ,rust-rand-0.8)
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-waker-fn" ,rust-waker-fn-1))))
|
("rust-waker-fn" ,rust-waker-fn-1))))
|
||||||
|
|
Loading…
Reference in a new issue