guix-commits
[Top][All Lists]
Advanced

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

31/54: gnu: Add rust-regex-syntax-0.5.


From: guix-commits
Subject: 31/54: gnu: Add rust-regex-syntax-0.5.
Date: Tue, 21 Jan 2020 09:35:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 010ea34f7da6dbb390e48dd3f3a318201ac6bfa7
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Jan 20 21:47:19 2020 +0200

    gnu: Add rust-regex-syntax-0.5.
    
    * gnu/packages/crates-io.scm (rust-regex-syntax-0.5): New variable.
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e096a77..1c06dd9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9100,6 +9100,25 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-regex-syntax-0.5
+  (package
+    (inherit rust-regex-syntax-0.6)
+    (name "rust-regex-syntax")
+    (version "0.5.6")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "regex-syntax" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "19zp25jr3dhmclg3qqjk3bh1yrn7bqi05zgr5v52szv3l97plw3x"))))
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-ucd-util" ,rust-ucd-util-0.1))))))
+
 (define-public rust-remove-dir-all-0.5
   (package
     (name "rust-remove-dir-all")



reply via email to

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