guix-commits
[Top][All Lists]
Advanced

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

28/85: gnu: Add rust-fallible-streaming-iterator-0.1.


From: guix-commits
Subject: 28/85: gnu: Add rust-fallible-streaming-iterator-0.1.
Date: Tue, 5 May 2020 07:56:21 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 30b610d68c07e903ff3e2f5453d88f31da510a15
Author: Hartmut Goebel <address@hidden>
AuthorDate: Tue Apr 21 01:01:36 2020 +0200

    gnu: Add rust-fallible-streaming-iterator-0.1.
    
    * gnu/packages/crates-io.scm (rust-fallible-streaming-iterator-0.1): New 
variable.
---
 gnu/packages/crates-io.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cef9ddc..f9178d7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6441,6 +6441,23 @@ provides implementations for @code{HashMap} and 
@code{HashSet}.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-fallible-streaming-iterator-0.1
+  (package
+    (name "rust-fallible-streaming-iterator")
+    (version "0.1.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "fallible-streaming-iterator" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0nj6j26p71bjy8h42x6jahx1hn0ng6mc2miwpgwnp8vnwqf4jq3k"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/sfackler/fallible-streaming-iterator";)
+    (synopsis "Fallible streaming iteration")
+    (description "Fallible streaming iteration")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-fern-0.5
   (package
     (name "rust-fern")



reply via email to

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