guix-patches
[Top][All Lists]
Advanced

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

[bug#69257] [PATCH 121/228] gnu: Add rust-deadpool-runtime-0.1.


From: Herman Rimm
Subject: [bug#69257] [PATCH 121/228] gnu: Add rust-deadpool-runtime-0.1.
Date: Sun, 18 Feb 2024 22:08:11 +0100

* gnu/packages/crates-io.scm (rust-deadpool-runtime-0.1): Add variable.

Change-Id: I56637f3a98c6695686f8f951346610b4be7d7626
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e0dd97e5b2..7b060ddf51 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17905,6 +17905,27 @@ (define-public rust-deadpool-0.7
 type.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-deadpool-runtime-0.1
+  (package
+    (name "rust-deadpool-runtime")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "deadpool-runtime" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0j9zmm37z6m4fnkf40z6qwidi4z1gwk0piqzx7yz6riazrjakpv3"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
+                       ("rust-tokio" ,rust-tokio-1))))
+    (home-page "https://github.com/bikeshedder/deadpool";)
+    (synopsis "Dead simple async pool utitities for sync managers")
+    (description "This package provides dead simple async pool utitities
+for sync managers.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-debug-helper-0.3
   (package
     (name "rust-debug-helper")
-- 
2.41.0






reply via email to

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