guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: fsearch: Update to 0.2.


From: guix-commits
Subject: 03/03: gnu: fsearch: Update to 0.2.
Date: Wed, 17 Aug 2022 05:51:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fec225aa4720bfdb34919da73e68eadab03c123e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 17 11:38:56 2022 +0200

    gnu: fsearch: Update to 0.2.
    
    * gnu/packages/search.scm (fsearch): Update to 0.2.
    [inputs]: Replace PCRE with PCRE2.
---
 gnu/packages/search.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 0fd03541f8..bc5bb9fa83 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -330,7 +330,7 @@ for parsing HTML files.")
 (define-public fsearch
   (package
     (name "fsearch")
-    (version "0.1.4")
+    (version "0.2")
     (source
      (origin
        (method git-fetch)
@@ -339,7 +339,7 @@ for parsing HTML files.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lc6fhz4zhjbs29xn53v97dqrxwmqaplhky8sm9776ws6fyifwd7"))))
+        (base32 "1cf5bzacf1xfg8b8yvh5wrmmqqpdpnp6q39fwja71x8x9s92ir1w"))))
     (build-system meson-build-system)
     (native-inputs
      (list autoconf
@@ -350,7 +350,7 @@ for parsing HTML files.")
            libtool
            pkg-config))
     (inputs
-     (list gtk+ icu4c pcre))
+     (list gtk+ icu4c pcre2))
     (home-page "https://github.com/cboxdoerfer/fsearch";)
     (synopsis "Fast file search utility")
     (description



reply via email to

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