guix-commits
[Top][All Lists]
Advanced

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

126/299: gnu: Add rust-unchecked-index-0.2.


From: guix-commits
Subject: 126/299: gnu: Add rust-unchecked-index-0.2.
Date: Thu, 2 Jan 2020 13:19:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2ebc4f361b962e9c879cfacfd577a5cc1ee99390
Author: John Soo <address@hidden>
Date:   Sat Dec 14 19:24:50 2019 -0800

    gnu: Add rust-unchecked-index-0.2.
    
    * gnu/packages/crates-io.scm (rust-unchecked-index-0.2): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 caf5140..0dfe93f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7394,6 +7394,27 @@ with the Unicode character database.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-unchecked-index-0.2
+  (package
+    (name "rust-unchecked-index")
+    (version "0.2.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "unchecked-index" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0p6qcai1mjayx59cpgk27d0zgw9hz9r1ira5jiqil66f4ba8dfpf"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page "https://github.com/bluss/unchecked-index";)
+    (synopsis "Unchecked indexing wrapper using regular index syntax")
+    (description
+     "Unchecked indexing wrapper using regular index syntax.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-unicase-2.4
   (package
     (name "rust-unicase")



reply via email to

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