me
/
guix
Archived
1
0
Fork 0

gnu: fsearch: Update to 0.1.4.

* gnu/packages/search.scm (fsearch): Update to 0.1.4.
master
Nicolas Goaziou 2022-07-06 19:48:07 +02:00
parent 8821777808
commit 2322567cdc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -299,7 +299,7 @@ for parsing HTML files.")
(define-public fsearch
(package
(name "fsearch")
(version "0.1.3")
(version "0.1.4")
(source
(origin
(method git-fetch)
@ -308,7 +308,7 @@ for parsing HTML files.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ypm4bvvf4m6hk3d9cw4w3lcvg9ivy62q54qxk1jzl0ks3pm9xsy"))))
(base32 "1lc6fhz4zhjbs29xn53v97dqrxwmqaplhky8sm9776ws6fyifwd7"))))
(build-system meson-build-system)
(native-inputs
(list autoconf