[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/379: gnu: rust-tokio-timer-0.2: Update to 0.2.13.
From: |
guix-commits |
Subject: |
126/379: gnu: rust-tokio-timer-0.2: Update to 0.2.13. |
Date: |
Thu, 29 Jun 2023 12:33:05 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a85560de6489b14f95d1269b425639d2078b42ff
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 16 12:44:24 2023 +0300
gnu: rust-tokio-timer-0.2: Update to 0.2.13.
* gnu/packages/crates-io.scm (rust-tokio-timer-0.2): Update to 0.2.13.
[arguments]: Don't skip build.
[cargo-inputs]: Replace rust-crossbeam-utils-0.6 with 0.7.
[cargo-development-inputs]: Replace rust-rand-0.4 with 0.7.
---
gnu/packages/crates-io.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fac930f166..da1def71d5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67490,7 +67490,7 @@ pool.")
(define-public rust-tokio-timer-0.2
(package
(name "rust-tokio-timer")
- (version "0.2.11")
+ (version "0.2.13")
(source
(origin
(method url-fetch)
@@ -67499,17 +67499,16 @@ pool.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "03m68ainkdy3b5pf20rjyknhk2ppx35bjdc2yfj2bv80sl96h47j"))))
+ "15pjjj6daks3sii8p24a509b0dapl2kyk740nwfgz59w64nly14k"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
+ `(#:cargo-inputs
+ (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
("rust-futures" ,rust-futures-0.1)
("rust-slab" ,rust-slab-0.4)
("rust-tokio-executor" ,rust-tokio-executor-0.1))
#:cargo-development-inputs
- (("rust-rand" ,rust-rand-0.4)
+ (("rust-rand" ,rust-rand-0.7)
("rust-tokio" ,rust-tokio-0.1)
("rust-tokio-mock-task" ,rust-tokio-mock-task-0.1))))
(home-page "https://github.com/tokio-rs/tokio")
- 106/379: gnu: python-cryptography-rust: Enable tests., (continued)
- 106/379: gnu: python-cryptography-rust: Enable tests., guix-commits, 2023/06/29
- 113/379: gnu: rust-rustix-0.36: Update to 0.36.13., guix-commits, 2023/06/29
- 112/379: gnu: rust-parking-lot-core-0.9: Update to 0.9.7., guix-commits, 2023/06/29
- 107/379: gnu: rust-async-trait-0.1: Update to 0.1.64., guix-commits, 2023/06/29
- 117/379: gnu: rust-os-pipe-1: Update to 1.1.4., guix-commits, 2023/06/29
- 105/379: gnu: python-cryptography: Update to 40.0.2., guix-commits, 2023/06/29
- 118/379: gnu: rust-synchronoise-1: Update to 1.0.1., guix-commits, 2023/06/29
- 139/379: gnu: rust-dtparse-1: Update to 1.3.0., guix-commits, 2023/06/29
- 124/379: gnu: rust-arc-swap-0.4: Update to 0.4.8., guix-commits, 2023/06/29
- 127/379: gnu: rust-ahash-0.4: Update to 0.4.7., guix-commits, 2023/06/29
- 126/379: gnu: rust-tokio-timer-0.2: Update to 0.2.13.,
guix-commits <=
- 130/379: gnu: rust-bytecount-0.6: Update to 0.6.3., guix-commits, 2023/06/29
- 134/379: gnu: rust-base-x-0.2: Update to 0.2.11., guix-commits, 2023/06/29
- 136/379: gnu: rust-devise-codegen-0.2: Update to 0.2.1., guix-commits, 2023/06/29
- 142/379: gnu: rust-ndarray-0.15: Update to 0.15.6., guix-commits, 2023/06/29
- 145/379: gnu: rust-rust-decimal-1: Update to 1.17.0., guix-commits, 2023/06/29
- 156/379: gnu: rust-nettle-sys-2: Update to 2.2.0., guix-commits, 2023/06/29
- 152/379: gnu: Remove rust-cbindgen-0.15., guix-commits, 2023/06/29
- 150/379: gnu: Remove rust-cbindgen-0.12., guix-commits, 2023/06/29
- 151/379: gnu: Remove rust-cbindgen-0.14., guix-commits, 2023/06/29
- 162/379: gnu: rust-zstd-sys-1: Update to 1.6.3., guix-commits, 2023/06/29