[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/276: gnu: rust-parking-lot-core-0.9: Update to 0.9.8.
From: |
guix-commits |
Subject: |
45/276: gnu: rust-parking-lot-core-0.9: Update to 0.9.8. |
Date: |
Wed, 18 Oct 2023 04:49:09 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit ccb941ffdbec2a47f271aa5b4c21c5abc93fedd6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:33:33 2023 +0300
gnu: rust-parking-lot-core-0.9: Update to 0.9.8.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.9): Update to
0.9.8.
[cargo-inputs]: Replace rust-redox-syscall-0.2 with 0.3,
rust-windows-sys-0.45 with 0.48.
---
gnu/packages/crates-io.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 448070f86f..bdbf32afdf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45993,14 +45993,14 @@ synchronization primitives.")
(define-public rust-parking-lot-core-0.9
(package
(name "rust-parking-lot-core")
- (version "0.9.7")
+ (version "0.9.8")
(source (origin
(method url-fetch)
(uri (crate-uri "parking_lot_core" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "08cm5gg3a4jmr683x9dgih8vj66yn772kjvc8y1m0flyz6wwnsch"))))
+ "0ixlak319bpzldq20yvyfqk0y1vi736zxbw101jvzjp7by30rw4k"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -46008,10 +46008,10 @@ synchronization primitives.")
("rust-cfg-if" ,rust-cfg-if-1)
("rust-libc" ,rust-libc-0.2)
("rust-petgraph" ,rust-petgraph-0.6)
- ("rust-redox-syscall" ,rust-redox-syscall-0.2)
+ ("rust-redox-syscall" ,rust-redox-syscall-0.3)
("rust-smallvec" ,rust-smallvec-1)
("rust-thread-id" ,rust-thread-id-4)
- ("rust-windows-sys" ,rust-windows-sys-0.45))))
+ ("rust-windows-sys" ,rust-windows-sys-0.48))))
(home-page "https://github.com/Amanieu/parking_lot")
(synopsis "API for creating custom synchronization primitives")
(description "This package provides an advanced API for creating custom
- 65/276: gnu: rust-wasm-bindgen-0.2: Update to 0.2.87., (continued)
- 65/276: gnu: rust-wasm-bindgen-0.2: Update to 0.2.87., guix-commits, 2023/10/18
- 76/276: gnu: rust: Wrap rust-analyzer with rust source., guix-commits, 2023/10/18
- 87/276: gnu: rust-cxx-build-1: Update to 1.0.107., guix-commits, 2023/10/18
- 82/276: gnu: rust-xdg-2: Update to 2.5.2., guix-commits, 2023/10/18
- 90/276: gnu: rust-cxxbridge-macro-1: Update to 1.0.107., guix-commits, 2023/10/18
- 86/276: gnu: rust-cxx-1: Update to 1.0.107., guix-commits, 2023/10/18
- 91/276: gnu: rust-flate2-1: Update to 1.0.27., guix-commits, 2023/10/18
- 92/276: gnu: rust-link-cplusplus-1: Update to 1.0.9., guix-commits, 2023/10/18
- 37/276: gnu: Add rust-glam-0.18., guix-commits, 2023/10/18
- 39/276: gnu: rust-js-sys-0.3: Update to 0.3.64., guix-commits, 2023/10/18
- 45/276: gnu: rust-parking-lot-core-0.9: Update to 0.9.8.,
guix-commits <=
- 47/276: gnu: Add rust-paste-test-suite-0.0.0., guix-commits, 2023/10/18
- 49/276: gnu: rust-quote-1: Update to 1.0.33., guix-commits, 2023/10/18
- 52/276: gnu: Add rust-rctree-0.5., guix-commits, 2023/10/18
- 53/276: gnu: Add rust-selectors-0.24., guix-commits, 2023/10/18
- 57/276: gnu: Add rust-serial-test-derive-1., guix-commits, 2023/10/18
- 55/276: gnu: rust-serde-derive-1: Update to 1.0.188., guix-commits, 2023/10/18
- 98/276: gnu: rust-scratch-1: Update to 1.0.7., guix-commits, 2023/10/18
- 97/276: gnu: rust-pkg-config-0.3: Update to 0.3.27., guix-commits, 2023/10/18
- 101/276: gnu: Add rust-loom-0.7., guix-commits, 2023/10/18
- 100/276: gnu: Add rust-linux-raw-sys-0.4., guix-commits, 2023/10/18