mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
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
This commit is contained in:
parent
b22c705da2
commit
6b9d69247d
1 changed files with 2 additions and 2 deletions
|
@ -81175,7 +81175,7 @@ (define-public rust-trust-dns-rustls-0.6
|
|||
(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)
|
||||
|
@ -81183,7 +81183,7 @@ (define-public rust-try-lock-0.2
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue