mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add rust-fallible-streaming-iterator-0.1.
* gnu/packages/crates-io.scm (rust-fallible-streaming-iterator-0.1): New variable.
This commit is contained in:
parent
5b034ab6a6
commit
30b610d68c
1 changed files with 17 additions and 0 deletions
|
@ -6441,6 +6441,23 @@ (define-public rust-fallible-iterator-0.2
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue