guix-commits
[Top][All Lists]
Advanced

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

44/98: gnu: rust-parking-lot-core-0.7: Update to 0.7.3.


From: guix-commits
Subject: 44/98: gnu: rust-parking-lot-core-0.7: Update to 0.7.3.
Date: Tue, 2 Apr 2024 07:21:53 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 01be4ed4826842b25f6263bcf42eed5bf29d9f1d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Apr 1 13:21:07 2024 +0300

    gnu: rust-parking-lot-core-0.7: Update to 0.7.3.
    
    * gnu/packages/crates-io.scm (rust-parking-lot-core-0.7): Update to
    0.7.3.
    
    Change-Id: I0c710207e19e11d304b263607a1aaf0cf6b3b6be
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index de9469395c..9ad6c4670a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50432,16 +50432,14 @@ synchronization primitives.")
   (package
     (inherit rust-parking-lot-core-0.8)
     (name "rust-parking-lot-core")
-    (version "0.7.2")
+    (version "0.7.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
-         "18s0cw5y32447c06fhg2mp3xfng22fn1h9fpx3il98sbimv7r36m"))))
+        (base32 "167wvxai4a5zhpy5zfgfbm5c566vfffjlr3fkrwkq21kn9mkhgxr"))))
     (arguments
      `(#:cargo-inputs
        (("rust-backtrace" ,rust-backtrace-0.3)



reply via email to

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