gnu: Remove rust-anymap-0.12.

* gnu/packages/crates-io.scm (rust-anymap-0.12): Delete variable.

Change-Id: I7d9de52e8f5deae075f580290d0d107d806b5fd5
This commit is contained in:
Efraim Flashner 2024-12-31 19:05:10 +02:00
parent 04b1c6ca61
commit e4bb6b80c5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2176,27 +2176,6 @@ (define-public rust-anyhow-1
@code{std::error::Error}.")
(license (list license:expat license:asl2.0))))
(define-public rust-anymap-0.12
(package
(name "rust-anymap")
(version "0.12.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "anymap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0i23vv38i22aazp5z2hz0a44b943b6w5121kwwnpq1brpm1l559k"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f)) ; cannot transmute between types of different sizes
(home-page "https://github.com/chris-morgan/anymap")
(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-anymap2-0.13
(package
(name "rust-anymap2")