gnu: Add rust-anymap2-0.13.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ia8bbca8741b553f802d42f7224dbe4d117ca8af3
This commit is contained in:
Herman Rimm 2024-02-18 22:02:00 +01:00 committed by Efraim Flashner
parent 9cce0eca70
commit 6ed7223acb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1871,6 +1871,27 @@ writing colored text to a terminal.")
type.")
(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-app-dirs2-2
(package
(name "rust-app-dirs2")