guix-commits
[Top][All Lists]
Advanced

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

102/154: gnu: Remove rust-fallible-iterator-0.1.


From: guix-commits
Subject: 102/154: gnu: Remove rust-fallible-iterator-0.1.
Date: Mon, 22 Jan 2024 15:37:04 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 68781445ec4c221ef0a295e137a74050b38781a4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:57:04 2024 +0200

    gnu: Remove rust-fallible-iterator-0.1.
    
    * gnu/packages/crates-io.scm (rust-fallible-iterator-0.1): Delete variable.
    
    Change-Id: I24cf80c9ac553d601b4d74e13ff1a17554d55b36
---
 gnu/packages/crates-io.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f7045242ce..0733251412 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21516,20 +21516,6 @@ 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]