mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
04b1c6ca61
commit
e4bb6b80c5
1 changed files with 0 additions and 21 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue