guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/62: gnu: Add rust-anymap2-0.13.


From: guix-commits
Subject: 02/62: gnu: Add rust-anymap2-0.13.
Date: Wed, 13 Mar 2024 16:22:12 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit b7261e3413b918e3d4d1dc812e861693386178de
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:00 2024 +0100

    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
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 19a728e958..0e7cb09bc8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1850,6 +1850,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]