gnu: rust-try-lock-0.2: Update to 0.2.5.

* gnu/packages/crates-io.scm (rust-try-lock-0.2): Update to 0.2.5.

Change-Id: Idd0364238216e5dee17841347823c1eab1af455a
This commit is contained in:
Efraim Flashner 2024-11-10 12:52:08 +02:00
parent 1ffe42976e
commit 041471177c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -87155,7 +87155,7 @@ (define-public rust-triple-accel-0.3
(define-public rust-try-lock-0.2
(package
(name "rust-try-lock")
(version "0.2.4")
(version "0.2.5")
(source
(origin
(method url-fetch)
@ -87163,7 +87163,7 @@ (define-public rust-try-lock-0.2
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1vc15paa4zi06ixsxihwbvfn24d708nsyg1ncgqwcrn42byyqa1m"))))
"0jqijrrvm1pyq34zn1jmy2vihd4jcrjlvsh4alkjahhssjnsn8g4"))))
(build-system cargo-build-system)
(home-page "https://github.com/seanmonstar/try-lock")
(synopsis "Lightweight atomic lock")