me
/
guix
Archived
1
0
Fork 0

gnu: rust-streaming-iterator-0.1: Update to 0.1.9.

* gnu/packages/crates-io.scm (rust-streaming-iterator-0.1): Update to
0.1.9.
[arguments]: Don't skip the build.

Change-Id: I6bf3554feee36848bbb19defd7128fec1eef380b
master
Efraim Flashner 2024-03-16 21:17:16 +02:00
parent f830d62101
commit 812f4c1423
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -66366,16 +66366,15 @@ compression and decompression.")
(define-public rust-streaming-iterator-0.1 (define-public rust-streaming-iterator-0.1
(package (package
(name "rust-streaming-iterator") (name "rust-streaming-iterator")
(version "0.1.5") (version "0.1.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "streaming-iterator" version)) (uri (crate-uri "streaming-iterator" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1xc1gyq137b020m29g85zdhbbdrksdmhf3dq4ri4fjlrfz0kacih")))) (base32 "0845zdv8qb7zwqzglpqc0830i43xh3fb6vqms155wz85qfvk28ib"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/sfackler/streaming-iterator") (home-page "https://github.com/sfackler/streaming-iterator")
(synopsis "Streaming iterators") (synopsis "Streaming iterators")
(description "The iterator APIs in the Rust standard library do not allow (description "The iterator APIs in the Rust standard library do not allow