gnu: fsearch: Update to 0.2.3.

* gnu/packages/search.scm (fsearch): Update to 0.2.3.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent efaeb605ad
commit 93f8124c5e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ queries. A subset of VQL (Verity Query Language) is supported.")
(define-public fsearch
(package
(name "fsearch")
(version "0.2.2")
(version "0.2.3")
(source
(origin
(method git-fetch)
@ -399,7 +399,7 @@ queries. A subset of VQL (Verity Query Language) is supported.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "126sg0fa96vxwinih120riqhj42jlxs2h1bp373r6ml7jwkvlyyn"))))
(base32 "12vj1ymvg561594vdq852ianbkgnvrq585qp5jrrv2kq307jh5sl"))))
(build-system meson-build-system)
(native-inputs
(list autoconf