gnu: Remove rust-anymap2-0.13.

* gnu/packages/crates-io.scm (rust-anymap2-0.13): Delete variable.

Change-Id: I82f7179214f00f3adc5ed47c64ab58a35b5bad98
This commit is contained in:
Efraim Flashner 2024-12-31 19:06:56 +02:00
parent 4bb0faf93c
commit 420c1da678
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2162,27 +2162,6 @@ (define-public rust-anyhow-1
@code{std::error::Error}.")
(license (list license:expat license:asl2.0))))
(define-public rust-anymap2-0.13
(package
(name "rust-anymap2")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "anymap2" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "031kw3bp0zh2pn9fcayaw0w0gydgpgfhm08pg4yz5cml9jwv60fk"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f)) ; cannot transmute between types of different sizes
(home-page "https://github.com/azriel91/anymap2")
(synopsis "Safe and convenient store for one value of each type")
(description
"This package provides a safe and convenient store for one value of
each type.")
(license (list license:expat license:asl2.0))))
(define-public rust-apache-avro-0.16
(package
(name "rust-apache-avro")