guix-commits
[Top][All Lists]
Advanced

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

32/299: gnu: Add rust-futures-channel-preview-0.3.


From: guix-commits
Subject: 32/299: gnu: Add rust-futures-channel-preview-0.3.
Date: Thu, 2 Jan 2020 13:19:06 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6180193a2f8ebeb9e1e821db179a91628ad04d8c
Author: John Soo <address@hidden>
Date:   Sat Dec 14 09:58:51 2019 -0800

    gnu: Add rust-futures-channel-preview-0.3.
    
    * gnu/packages/crates-io.scm (rust-futures-channel-preview-0.3): New 
variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3d3ef31..d406f27 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1263,6 +1263,31 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-futures-channel-preview-0.3
+  (package
+    (name "rust-futures-channel-preview")
+    (version "0.3.0-alpha.17")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "futures-channel-preview" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1blgpikhw391lzrfqcgg4xsn5xc0dlybni77ka7f0vb08zaixir1"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-futures-core-preview" ,rust-futures-core-preview-0.3))))
+    (home-page "https://rust-lang.github.io/futures-rs/";)
+    (synopsis
+     "Channels for asynchronous communication using futures-rs")
+    (description
+     "Channels for asynchronous communication using futures-rs.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-futures-core-preview-0.3
   (package
     (name "rust-futures-core-preview")



reply via email to

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