guix-commits
[Top][All Lists]
Advanced

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

18/28: gnu: Add rust-predicates-core-1.


From: guix-commits
Subject: 18/28: gnu: Add rust-predicates-core-1.
Date: Sun, 12 Jul 2020 08:55:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4cd67b69b338e1ed526e0fec82863ea4d30ef5fe
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jul 12 13:42:11 2020 +0300

    gnu: Add rust-predicates-core-1.
    
    * gnu/packages/crates-io.scm (rust-predicates-core-1): New variable.
---
 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 5384712..0d33dc9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -17995,6 +17995,27 @@ for x86.")
 dependency to expose a precomputed hash.")
     (license license:expat)))
 
+(define-public rust-predicates-core-1
+  (package
+    (name "rust-predicates-core")
+    (version "1.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "predicates-core" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "0y3ingf2i4xx7r61f1a8wizs57j8hh32hylyjbw9ymcj7qx5q1q6"))))
+    (build-system cargo-build-system)
+    (home-page
+     "https://github.com/assert-rs/predicates-rs/tree/master/predicates-core";)
+    (synopsis "API for boolean-valued predicate functions")
+    (description
+     "An API for boolean-valued predicate functions.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-pretty-assertions-0.6
   (package
     (name "rust-pretty-assertions")



reply via email to

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