guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: rust-regex-1.1: Update to 1.1.9.


From: guix-commits
Subject: 06/08: gnu: rust-regex-1.1: Update to 1.1.9.
Date: Sat, 8 Feb 2020 14:12:36 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit af51fb8e4d4765ce332841bdd679dad1981d3902
Author: John Soo <address@hidden>
AuthorDate: Tue Jan 21 09:55:21 2020 -0800

    gnu: rust-regex-1.1: Update to 1.1.9.
    
    * gnu/packages/crates-io.scm (rust-regex-1.1): Update it.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a43f097..a4fde80 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9679,7 +9679,7 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
   (package
     (inherit rust-regex-1.3)
     (name "rust-regex")
-    (version "1.1.7")
+    (version "1.1.9")
     (source
      (origin
        (method url-fetch)
@@ -9688,7 +9688,7 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1pabajpp0wzb7dm2x32gy8w7k0mwykr6zsvzn0fgpr6pww40hbqb"))))
+         "1ba47ivq8l1yikiwikjnq5barag6iqfgcpxlz2263fqbq9y2kn6r"))))
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
@@ -9701,7 +9701,7 @@ uses finite automata and guarantees linear time matching 
on all inputs.")
        (("rust-doc-comment" ,rust-doc-comment-0.3)
         ("rust-lazy-static" ,rust-lazy-static-1.3)
         ("rust-quickcheck" ,rust-quickcheck-0.8)
-        ("rust-rand" ,rust-rand-0.4))))))
+        ("rust-rand" ,rust-rand-0.6))))))
 
 (define-public rust-regex-0.2
   (package



reply via email to

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