[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/379: gnu: rust-arc-swap-0.4: Update to 0.4.8.
From: |
guix-commits |
Subject: |
124/379: gnu: rust-arc-swap-0.4: Update to 0.4.8. |
Date: |
Thu, 29 Jun 2023 12:33:05 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit c472f8f18e303a92173387b673f0c9383650d1cf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 16 12:40:36 2023 +0300
gnu: rust-arc-swap-0.4: Update to 0.4.8.
* gnu/packages/crates-io.scm (rust-arc-swap-0.4): Update to 0.4.8.
[arguments]: Skip 1 test.
[cargo-development-inputs]: Remove rust-model-0.1. Replace
rust-crossbeam-utils-0.6 with 0.7, rust-itertools-0.8 with 0.9,
rust-proptest-0.8 with 0.9, rust-version-sync-0.8 with 0.9.
---
gnu/packages/crates-io.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8bcc7b4f52..8931f61085 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3327,7 +3327,7 @@ coverage-guided, mutation-based fuzzers.")
(package
(inherit rust-arc-swap-1)
(name "rust-arc-swap")
- (version "0.4.4")
+ (version "0.4.8")
(source
(origin
(method url-fetch)
@@ -3336,16 +3336,17 @@ coverage-guided, mutation-based fuzzers.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1zwswfi9n7n3hiq51w1xv34572k2diazx680rrxlc9w07c9akf6p"))))
+ "1a3vg89xc7r2166mc25ciw3rbqfxjylfbjwlq4wrfy433wc5mgns"))))
(arguments
- `(#:cargo-development-inputs
- (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
- ("rust-itertools" ,rust-itertools-0.8)
- ("rust-model" ,rust-model-0.1)
+ `(;; These tests require network access.
+ #:cargo-test-flags '("--release" "--" "--skip=test_html_root_url")
+ #:cargo-development-inputs
+ (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)
+ ("rust-itertools" ,rust-itertools-0.9)
("rust-num-cpus" ,rust-num-cpus-1)
("rust-once-cell" ,rust-once-cell-1)
- ("rust-proptest" ,rust-proptest-0.8)
- ("rust-version-sync" ,rust-version-sync-0.8))))))
+ ("rust-proptest" ,rust-proptest-0.9)
+ ("rust-version-sync" ,rust-version-sync-0.9))))))
(define-public rust-arg-enum-proc-macro-0.3
(package
- 98/379: gnu: rust-sha2-0.10: Update to 0.10.6., (continued)
- 98/379: gnu: rust-sha2-0.10: Update to 0.10.6., guix-commits, 2023/06/29
- 103/379: gnu: rust-ouroboros-0.15: Update to 0.15.6., guix-commits, 2023/06/29
- 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 <=
- 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, 2023/06/29
- 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