guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: rust-grep-pcre2-0.1: Update to 0.1.5.


From: guix-commits
Subject: 07/12: gnu: rust-grep-pcre2-0.1: Update to 0.1.5.
Date: Sat, 12 Jun 2021 18:38:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 896ac684a61c394fe39e3c6474b758dd37992686
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 13 00:16:04 2021 +0200

    gnu: rust-grep-pcre2-0.1: Update to 0.1.5.
    
    * gnu/packages/crates-io.scm (rust-grep-pcre2-0.1): Update to 0.1.5.
---
 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 91e8bf2d..0989e2b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18106,7 +18106,7 @@ the regex engine it uses pluggable.")
 (define-public rust-grep-pcre2-0.1
   (package
     (name "rust-grep-pcre2")
-    (version "0.1.4")
+    (version "0.1.5")
     (source
      (origin
        (method url-fetch)
@@ -18115,7 +18115,7 @@ the regex engine it uses pluggable.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0sk8b188j81zfrmmy7jsq0pckydz42qf7w0pd2lwyfsa2nw4yksb"))))
+         "0hfyxsavqzf4rb5vc2a4hhi8dqw75vw1h95hinp4km9b6yxyvv66"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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