guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.


From: guix-commits
Subject: 11/11: gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.
Date: Mon, 20 Jul 2020 09:27:09 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 381ea2b443a56ce60fe98c393c1e7dafceb6af33
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Sat Jul 18 07:16:23 2020 -0700

    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.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 b6fdb53..3516c60 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16463,7 +16463,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)
@@ -16472,7 +16472,7 @@ deserialization, and interpreter in Rust.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1z0wgf2sd1266y768kxxs3313zjfzj9r3k7j4arfaz0bmd4qrscj"))))
+         "0pjhcbyk6n0g6jsr6s9nf4x8wribm1b2yf8fgc8drbqa77mh99yk"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]