efraim pushed a commit to branch rust-team in repository guix. commit e914363d3d2c480d380ee12bdc3ae12d834f157f Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Thu Sep 19 15:41:39 2024 +0300
gnu: rust-parking-lot-core-0.9: Update to 0.9.10. * gnu/packages/crates-io.scm (rust-parking-lot-core-0.9): Update to 0.9.10. [cargo-inputs]: Replace rust-redox-syscall-0.4 with 0.5, rust-windows-targets-0.48 with 0.52. Change-Id: I41cf088028d41f12e4d0245eb537352f475e17dc --- 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 da41d58691..73e036b572 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -51491,14 +51491,14 @@ synchronization primitives.") (define-public rust-parking-lot-core-0.9 (package (name "rust-parking-lot-core") - (version "0.9.9") + (version "0.9.10") (source (origin (method url-fetch) (uri (crate-uri "parking_lot_core" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "13h0imw1aq86wj28gxkblhkzx6z1gk8q18n0v76qmmj6cliajhjc")))) + "1y3cf9ld9ijf7i4igwzffcn0xl16dxyn4c5bwgjck1dkgabiyh0y")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs @@ -51506,10 +51506,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.4) + ("rust-redox-syscall" ,rust-redox-syscall-0.5) ("rust-smallvec" ,rust-smallvec-1) ("rust-thread-id" ,rust-thread-id-4) - ("rust-windows-targets" ,rust-windows-targets-0.48)))) + ("rust-windows-targets" ,rust-windows-targets-0.52)))) (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