ngz pushed a commit to branch master
in repository guix.
commit adcc9a9382e9a0177a9014c5a5de356a7bc8e8ec
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Feb 9 12:35:49 2021 +0100
gnu: Add rust-sluice-0.4.
* gnu/packages/crates-io.scm (rust-sluice-0.4): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4ec3acd..6fedb72 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34456,6 +34456,25 @@ Unicode strings.")
I/O programming.")
(license license:expat)))
+(define-public rust-sluice-0.4
+ (package
+ (inherit rust-sluice-0.5)
+ (name "rust-sluice")
+ (version "0.4.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "sluice" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0c9mbbf9c1180yrld2fnfy0d0wbl4w1a7s3dkv0knx78ngghcz8a"))))
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-futures-channel-preview" ,rust-futures-channel-preview-0.3)
+ ("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
+ ("rust-futures-io-preview" ,rust-futures-io-preview-0.3))))))
+
(define-public rust-smallvec-1
(package
(name "rust-smallvec")