guix-commits
[Top][All Lists]
Advanced

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

22/39: gnu: Add rust-peg-runtime@0.6.2.


From: guix-commits
Subject: 22/39: gnu: Add rust-peg-runtime@0.6.2.
Date: Thu, 16 Jul 2020 21:40:47 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 4958c5332bc53df44b3da2fc8cbcc12cd710999d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Jul 9 05:28:52 2020 -0400

    gnu: Add rust-peg-runtime@0.6.2.
    
    * gnu/packages/crates-io.scm (rust-peg-runtime-0.6): New variable.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3594dc5..4433550 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16223,6 +16223,24 @@ the @code{take_while} predicate returned false after 
dropping the @code{by_ref}.
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-peg-runtime-0.6
+  (package
+    (name "rust-peg-runtime")
+    (version "0.6.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "peg-runtime" version))
+        (file-name (string-append name "-" version ".crate"))
+        (sha256
+         (base32
+          "0r583cq923v0narrpq73qmp780yg4pablzklhrwnr64xwsbjh6hc"))))
+    (build-system cargo-build-system)
+    (home-page "https://crates.io/crates/peg-runtime";)
+    (synopsis "Runtime support for rust-peg grammars")
+    (description "Runtime support for rust-peg grammars.")
+    (license license:expat)))
+
 (define-public rust-percent-encoding-2.1
   (package
     (name "rust-percent-encoding")



reply via email to

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