guix-commits
[Top][All Lists]
Advanced

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

19/58: gnu: Add rust-anymap-0.12.


From: guix-commits
Subject: 19/58: gnu: Add rust-anymap-0.12.
Date: Sun, 13 Jun 2021 13:15:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3e825016cbd9f255181bc925c8a8c0f7da757205
Author: Zheng junjie <873216071@qq.com>
AuthorDate: Fri Jun 11 20:52:58 2021 +0800

    gnu: Add rust-anymap-0.12.
    
    * gnu/packages/crates-io.scm (rust-anymap-0.12): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4600ea7..1789607 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1889,6 +1889,30 @@ escape codes.")
 @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 `(#:skip-build? #t))
+    (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-app-dirs2-2
   (package
     (name "rust-app-dirs2")



reply via email to

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