me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-fallible-iterator-0.1.

* gnu/packages/crates-io.scm (rust-fallible-iterator-0.1): Delete variable.

Change-Id: I24cf80c9ac553d601b4d74e13ff1a17554d55b36
master
Efraim Flashner 2024-01-22 21:57:04 +02:00
parent fed6b220d7
commit b36bc3fc4b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 14 deletions

View File

@ -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")