guix-commits
[Top][All Lists]
Advanced

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

10/272: gnu: Add rust-try-lock-0.1.


From: guix-commits
Subject: 10/272: gnu: Add rust-try-lock-0.1.
Date: Sat, 13 Feb 2021 05:53:45 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 04ddc64a192c69c106e11431482deccd58c68e83
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Feb 9 11:37:29 2021 +0100

    gnu: Add rust-try-lock-0.1.
    
    * gnu/packages/crates-io.scm (rust-try-lock-0.1): New variable.
---
 gnu/packages/crates-io.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 864ffb6..cadf4fd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39867,6 +39867,21 @@ extension for the Trust-DNS client to use rustls for 
TLS.")
      "This package provides a lightweight atomic lock.")
     (license license:expat)))
 
+(define-public rust-try-lock-0.1
+  (package
+    (inherit rust-try-lock-0.2)
+    (name "rust-try-lock")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "try-lock" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1hp76pyzyxhcxxjacf083gpp6gf8cqwkg188yy02i2a3axqs8apf"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))))
+
 (define-public rust-trybuild-1
   (package
     (name "rust-trybuild")



reply via email to

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