From 054088e181b0084fec74af628027f51882afcf41 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 1 Apr 2024 13:20:35 +0300 Subject: [PATCH] gnu: rust-parking-lot-core-0.8: Update to 0.8.6. * gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): Update to 0.8.6. [source]: Remove snippet. Change-Id: I66b670824a94efcf125b7fbe7bacc53f7f95ac94 --- gnu/packages/crates-io.scm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 247b6b5640..8034b25cfc 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -50574,7 +50574,7 @@ synchronization primitives.") (define-public rust-parking-lot-core-0.8 (package (name "rust-parking-lot-core") - (version "0.8.4") + (version "0.8.6") (source (origin (method url-fetch) @@ -50582,14 +50582,7 @@ synchronization primitives.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "08n7w09q6b2prvazbzgwrc9ml7aaf8yg3132ifsayrkwy1nwwzs6")) - (modules '((guix build utils))) - (snippet - '(begin - ;; XXX: The file demands 0.3.60; we have 0.3.56, but - ;; that works well, really. - (substitute* "Cargo.toml" - (("0\\.3\\.60") "0.3.56")))))) + "1p2nfcbr0b9lm9rglgm28k6mwyjwgm4knipsmqbgqaxdy3kcz8k0")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs