mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: Add rust-fallible-iterator-0.1.
* gnu/packages/crates-io.scm (rust-fallible-iterator-0.1): New variable.
This commit is contained in:
parent
379538d737
commit
bcb08867fe
1 changed files with 14 additions and 0 deletions
|
@ -12958,6 +12958,20 @@ (define-public rust-fallible-iterator-0.2
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
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
|
(define-public rust-fallible-streaming-iterator-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-fallible-streaming-iterator")
|
(name "rust-fallible-streaming-iterator")
|
||||||
|
|
Loading…
Reference in a new issue