guix-commits
[Top][All Lists]
Advanced

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

180/272: gnu: Add rust-fallible-iterator-0.1.


From: guix-commits
Subject: 180/272: gnu: Add rust-fallible-iterator-0.1.
Date: Sat, 13 Feb 2021 05:54:53 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit bcb08867feb2efed70b16887c0838b072bc86763
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 10 17:38:59 2021 +0100

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index efdc7fc..569365a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12958,6 +12958,20 @@ provides implementations for @code{HashMap} and 
@code{HashSet}.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-fallible-iterator-0.1
+  (package
+    (inherit rust-fallible-iterator-0.2)
+    (name "rust-fallible-iterator")
+    (version "0.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "fallible-iterator" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0bpp2812lxm9fjv082dsy70ggsfg40nhqva7nxr5dp0j9091fwpb"))))
+    (arguments `(#:skip-build? #t))))
+
 (define-public rust-fallible-streaming-iterator-0.1
   (package
     (name "rust-fallible-streaming-iterator")



reply via email to

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