me
/
guix
Archived
1
0
Fork 0

gnu: fsearch: Update to 0.2.1.

* gnu/packages/search.scm (fsearch): Update to 0.2.1.
Nicolas Goaziou 2022-08-18 12:28:08 +02:00
parent 2572ce2194
commit 72cf166791
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ for parsing HTML files.")
(define-public fsearch
(package
(name "fsearch")
(version "0.2")
(version "0.2.1")
(source
(origin
(method git-fetch)
@ -339,7 +339,7 @@ for parsing HTML files.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1cf5bzacf1xfg8b8yvh5wrmmqqpdpnp6q39fwja71x8x9s92ir1w"))))
(base32 "02k3gwy19sf47srd5kp2fq3hpa7ylk4whifm8dp9hzfc46zdydwy"))))
(build-system meson-build-system)
(native-inputs
(list autoconf