diff mbox series

[bug#42416] gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.

Message ID 877dv0518q.fsf@asu.edu
State Accepted
Headers show
Series [bug#42416] gnu: rust-parking-lot-0.10: Upgrade to 0.10.2. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

John Soo July 18, 2020, 2:47 p.m. UTC
Hi Guix,

I found out that rust-parking-lot-0.10 will not compile any longer, so I
upgraded it and made several of its dependencies build properly in the
process.

Thanks!

John

Comments

Efraim Flashner July 20, 2020, 1:21 p.m. UTC | #1
Overall looks good. Had to make a change here and there (renamed the
add petgraph patch to 0.5). Patches pushed!
diff mbox series

Patch

From f8114dbf7266970ca91cee5aae644b16e29c50c3 Mon Sep 17 00:00:00 2001
From: John Soo <jsoo1@asu.edu>
Date: Sat, 18 Jul 2020 07:16:23 -0700
Subject: [PATCH 10/10] gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.10): Upgrade to 0.10.2.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7453d304cb..cadf241f64 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18734,7 +18734,7 @@  deserialization, and interpreter in Rust.")
 (define-public rust-parking-lot-0.10
   (package
     (name "rust-parking-lot")
-    (version "0.10.0")
+    (version "0.10.2")
     (source
      (origin
        (method url-fetch)
@@ -18743,7 +18743,7 @@  deserialization, and interpreter in Rust.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1z0wgf2sd1266y768kxxs3313zjfzj9r3k7j4arfaz0bmd4qrscj"))))
+         "0pjhcbyk6n0g6jsr6s9nf4x8wribm1b2yf8fgc8drbqa77mh99yk"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-- 
2.27.0