gnu: Remove rust-reduce-0.1.

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

Change-Id: I5c215a618a0f04c6a82587ec130247286e218d88
This commit is contained in:
Efraim Flashner 2024-12-31 19:04:59 +02:00
parent 7c898bfd08
commit 3f41674a34
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -63439,28 +63439,6 @@ (define-public rust-redox-users-0.3
("rust-redox-syscall" ,rust-redox-syscall-0.1)
("rust-rust-argon2" ,rust-rust-argon2-0.8))))))
(define-public rust-reduce-0.1
(package
(name "rust-reduce")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "reduce" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1mrmicr43hx3s9556zbzg0lys4nmsw0vwznd52imxhcanr3xrlhn"))))
(build-system cargo-build-system)
(arguments `(#:tests? #f)) ; Tests don't compile.
(home-page "https://github.com/dtolnay/reduce")
(synopsis "Fold an iterator without an initial value")
(description
"This package provides a way to fold an iterator without a separate
initial value.")
(license (list license:expat license:asl2.0))))
(define-public rust-ref-cast-1
(package
(name "rust-ref-cast")