From f9df7c8cf392c0775bca47b9b7a1e8fbf419fef0 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 1 Apr 2024 13:21:31 +0300 Subject: gnu: rust-parking-lot-core-0.6: Update to 0.6.3. * gnu/packages/crates-io.scm (rust-parking-lot-core-0.6): Update to 0.6.3. [arguments]: Don't skip the build. [cargo-inputs]: Add rust-rustc-version-0.2. Remove rust-rand-0.4. [cargo-development-inputs]: Remove rust-rustc-version-0.2. Change-Id: I4bfcce60fd8289e6f69eb7b78015a328c7288aee --- gnu/packages/crates-io.scm | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index afe1557f72..b7053c96db 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -50629,31 +50629,26 @@ (define-public rust-parking-lot-core-0.6 (package (inherit rust-parking-lot-core-0.7) (name "rust-parking-lot-core") - (version "0.6.2") + (version "0.6.3") (source (origin (method url-fetch) (uri (crate-uri "parking_lot_core" version)) - (file-name - (string-append name "-" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 - "0ay67dpnrn68ryyvp720m9i8hzp189fd4d6slrs1lvmcwywv2xmq")))) + (base32 "02kbwqrr0w5mw0hkklqcg35aaiq1cck3g1w0d8bpbgk21a0np9mx")))) (arguments - `(#:skip-build? #t - #:cargo-inputs + `(#:cargo-inputs (("rust-backtrace" ,rust-backtrace-0.3) ("rust-cfg-if" ,rust-cfg-if-0.1) ("rust-cloudabi" ,rust-cloudabi-0.0) ("rust-libc" ,rust-libc-0.2) ("rust-petgraph" ,rust-petgraph-0.4) - ("rust-rand" ,rust-rand-0.4) ("rust-redox-syscall" ,rust-redox-syscall-0.1) + ("rust-rustc-version" ,rust-rustc-version-0.2) ("rust-smallvec" ,rust-smallvec-0.6) ("rust-thread-id" ,rust-thread-id-3) - ("rust-winapi" ,rust-winapi-0.3)) - #:cargo-development-inputs - (("rust-rustc-version" ,rust-rustc-version-0.2)))))) + ("rust-winapi" ,rust-winapi-0.3)))))) (define-public rust-parking-lot-core-0.5 (package -- cgit v1.2.3