guix-commits
[Top][All Lists]
Advanced

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

20/137: gnu: rust-grep-pcre2-0.1: Update to 0.1.7.


From: guix-commits
Subject: 20/137: gnu: rust-grep-pcre2-0.1: Update to 0.1.7.
Date: Thu, 21 Dec 2023 04:26:00 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 0654f9d2a352a1f52113b8075775687681d89985
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Sun Dec 10 18:06:55 2023 -0500

    gnu: rust-grep-pcre2-0.1: Update to 0.1.7.
    
    * gnu/packages/crates-io.scm (rust-grep-pcre2-0.1): Update to 0.1.7.
    [cargo-inputs]: Add rust-log-0.4.
    [native-inputs]: Move pcre2 ...
    [inputs]: ... to here.
    [home-page]: Update to exact location in git.
    
    Change-Id: I9cff41ade41f1b3e54ddaf7ef059c1e3979d44b6
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1f0cc3f923..f8cff49122 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33687,25 +33687,23 @@ the regex engine it uses pluggable.")
 (define-public rust-grep-pcre2-0.1
   (package
     (name "rust-grep-pcre2")
-    (version "0.1.5")
+    (version "0.1.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "grep-pcre2" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0hfyxsavqzf4rb5vc2a4hhi8dqw75vw1h95hinp4km9b6yxyvv66"))))
+        (base32 "1zwb5acalq7rvy70z4gsarqmrfaqmf9016yvxz5f573434idai02"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
-       (("rust-grep-matcher" ,rust-grep-matcher-0.1)
-        ("rust-pcre2" ,rust-pcre2-0.2))))
-    (native-inputs
-     (list pcre2 pkg-config))
+     `(#:cargo-inputs (("rust-grep-matcher" ,rust-grep-matcher-0.1)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-pcre2" ,rust-pcre2-0.2))))
+    (native-inputs (list pkg-config))
+    (inputs (list pcre2))
     (home-page
-     "https://github.com/BurntSushi/ripgrep";)
+     "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2";)
     (synopsis "Use PCRE2 with the grep crate")
     (description "Use PCRE2 with the grep crate.")
     (license (list license:expat license:unlicense))))



reply via email to

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