guix-commits
[Top][All Lists]
Advanced

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

189/311: gnu: rust-try-lock-0.2: Update to 0.2.4.


From: guix-commits
Subject: 189/311: gnu: rust-try-lock-0.2: Update to 0.2.4.
Date: Sat, 28 Oct 2023 16:39:08 -0400 (EDT)

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

commit 9483268395df64bbdff0fa6c1f704bcf45f27199
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 26 23:38:06 2023 +0300

    gnu: rust-try-lock-0.2: Update to 0.2.4.
    
    * gnu/packages/crates-io.scm (rust-try-lock-0.2): Update to 0.2.4.
    
    Change-Id: If10f3ac78397cfad73a41fb1b2e31cb3026ef82c
---
 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 ac74952c69..57b53290c7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -81160,7 +81160,7 @@ the Trust-DNS client to use rustls for TLS.")
 (define-public rust-try-lock-0.2
   (package
     (name "rust-try-lock")
-    (version "0.2.2")
+    (version "0.2.4")
     (source
       (origin
         (method url-fetch)
@@ -81168,7 +81168,7 @@ the Trust-DNS client to use rustls for TLS.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "10p36rx6pqi9d0zr876xa8vksx2m66ha45myakl50rn08dxyn176"))))
+          "1vc15paa4zi06ixsxihwbvfn24d708nsyg1ncgqwcrn42byyqa1m"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/seanmonstar/try-lock";)
     (synopsis "Lightweight atomic lock")



reply via email to

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