me
/
guix
Archived
1
0
Fork 0

gnu: fsearch: Update to 0.2.

* gnu/packages/search.scm (fsearch): Update to 0.2.
[inputs]: Replace PCRE with PCRE2.
Nicolas Goaziou 2022-08-17 11:38:56 +02:00
parent 08b81199d1
commit fec225aa47
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -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