gnu: fsearch: Update to 0.2.2.
* gnu/packages/search.scm (fsearch): Update to 0.2.2.
This commit is contained in:
parent
91b112b8dd
commit
c3b8defbe0
1 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@ (define-public bool
|
|||
(define-public fsearch
|
||||
(package
|
||||
(name "fsearch")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -339,7 +339,7 @@ (define-public fsearch
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02k3gwy19sf47srd5kp2fq3hpa7ylk4whifm8dp9hzfc46zdydwy"))))
|
||||
(base32 "126sg0fa96vxwinih120riqhj42jlxs2h1bp373r6ml7jwkvlyyn"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
|
|
Loading…
Reference in a new issue