guix-patches
[Top][All Lists]
Advanced

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

[bug#69363] [PATCH 59/87] gnu: Add rust-circular-0.3.0.


From: VÖRÖSKŐI András
Subject: [bug#69363] [PATCH 59/87] gnu: Add rust-circular-0.3.0.
Date: Sat, 24 Feb 2024 21:39:57 +0100

* gnu/packages/crates-io.scm (rust-circular-0.3): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8959e092fa..f6e8525d40 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11107,6 +11107,24 @@ (define-public rust-cint-0.3
 interoperation between crates in Rust.")
     (license (list license:expat license:asl2.0 license:zlib))))
 
+(define-public rust-circular-0.3
+  (package
+    (name "rust-circular")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "circular" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1slb0zd1xj0fjd0ql86zs57l1xbn5ywsyj1d8397bcvc1yg27z5h"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/sozu-proxy/circular";)
+    (synopsis "stream abstraction for nom")
+    (description
+     "This package provides a stream abstraction designed for use with nom.")
+    (license license:expat)))
+
 (define-public rust-ci-info-0.3
   (package
     (name "rust-ci-info")
-- 
2.41.0






reply via email to

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