guix-commits
[Top][All Lists]
Advanced

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

04/24: gnu: rust-regex-syntax-0.6: Update to 0.6.18.


From: guix-commits
Subject: 04/24: gnu: rust-regex-syntax-0.6: Update to 0.6.18.
Date: Wed, 24 Jun 2020 21:06:57 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit a9680dbd762d7120febe38f398c22b83250d4e0c
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Wed Jun 24 19:36:39 2020 +0200

    gnu: rust-regex-syntax-0.6: Update to 0.6.18.
    
    * gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.18.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c547dc2..f10c08c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18895,7 +18895,7 @@ uses finite automata and guarantees linear time 
matching on all inputs.")
 (define-public rust-regex-syntax-0.6
   (package
     (name "rust-regex-syntax")
-    (version "0.6.17")
+    (version "0.6.18")
     (source
       (origin
         (method url-fetch)
@@ -18903,7 +18903,7 @@ uses finite automata and guarantees linear time 
matching on all inputs.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1blmlgzcg7in3kcxqabpfzzrbnamr2i671flbrmlqhfps5bvvrbz"))))
+          "1s648w7rwpxnq9iqwbyy43ar4al07906jpz0jxlql23bgjwjwh96"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/rust-lang/regex";)
     (synopsis "Regular expression parser")



reply via email to

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