[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/110: gnu: rust-flume-0.11: Update to 0.11.1.
From: |
guix-commits |
Subject: |
78/110: gnu: rust-flume-0.11: Update to 0.11.1. |
Date: |
Sun, 22 Dec 2024 15:31:34 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 1439d2c7280ef0114f30c2cef27f19f85a1ae0b5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 22 20:18:00 2024 +0200
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
---
gnu/packages/crates-io.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 18278baa35..d2e9b9e15f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29212,27 +29212,27 @@ crate.")
(define-public rust-flume-0.11
(package
(name "rust-flume")
- (version "0.11.0")
+ (version "0.11.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "flume" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "10girdbqn77wi802pdh55lwbmymy437k7kklnvj12aaiwaflbb2m"))))
+ (base32 "15ch0slxa8sqsi6c73a0ky6vdnh48q8cxjf7rksa3243m394s3ns"))))
(build-system cargo-build-system)
(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-nanorand" ,rust-nanorand-0.7)
("rust-spin" ,rust-spin-0.9))
#:cargo-development-inputs
(("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-utils" ,rust-crossbeam-utils-0.8)
("rust-futures" ,rust-futures-0.3)
+ ("rust-getrandom" ,rust-getrandom-0.2)
("rust-rand" ,rust-rand-0.8)
("rust-tokio" ,rust-tokio-1)
("rust-waker-fn" ,rust-waker-fn-1))))
- 88/110: gnu: rust-handlebars-5: Update to 5.1.2., (continued)
- 88/110: gnu: rust-handlebars-5: Update to 5.1.2., guix-commits, 2024/12/22
- 76/110: gnu: rust-fixed-1: Update to 1.28.0., guix-commits, 2024/12/22
- 87/110: gnu: rust-hash32-derive-0.1: Update to 0.1.1., guix-commits, 2024/12/22
- 106/110: gnu: rust-io-lifetimes-1: Update to 1.0.11., guix-commits, 2024/12/22
- 90/110: gnu: rust-half-2: Update to 2.4.1., guix-commits, 2024/12/22
- 94/110: gnu: rust-libdeflater-1: Update to 1.23.0., guix-commits, 2024/12/22
- 06/110: gnu: rust-darling-0.20: Update to 0.20.10., guix-commits, 2024/12/22
- 08/110: gnu: rust-data-encoding-macro-internal-0.1: Update to 0.1.13., guix-commits, 2024/12/22
- 05/110: gnu: rust-darling-0.14: Update to 0.14.4., guix-commits, 2024/12/22
- 25/110: gnu: rust-divan-macros-0.1: Update to 0.1.17., guix-commits, 2024/12/22
- 78/110: gnu: rust-flume-0.11: Update to 0.11.1.,
guix-commits <=
- 83/110: gnu: rust-freetype-0.7: Update to 0.7.2., guix-commits, 2024/12/22
- 89/110: gnu: rust-half-1: Update to 1.8.3., guix-commits, 2024/12/22
- 98/110: gnu: rust-if-chain-1: Update to 1.0.2., guix-commits, 2024/12/22
- 95/110: gnu: rust-humantime-serde-1: Update to 1.1.1., guix-commits, 2024/12/22
- 99/110: gnu: rust-itoa-1: Update to 1.0.14., guix-commits, 2024/12/22
- 100/110: gnu: rust-is-executable-1: Update to 1.0.4., guix-commits, 2024/12/22
- 101/110: gnu: rust-iri-string-0.7: Update to 0.7.7., guix-commits, 2024/12/22
- 102/110: gnu: rust-socket2-0.5: Update to 0.5.8., guix-commits, 2024/12/22
- 105/110: gnu: rust-io-lifetimes-2: Update to 2.0.4., guix-commits, 2024/12/22
- 110/110: gnu: rust-inotify-0.9: Update to 0.9.6., guix-commits, 2024/12/22