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