mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: fsearch: Update to 0.1.4.
* gnu/packages/search.scm (fsearch): Update to 0.1.4.
This commit is contained in:
parent
8821777808
commit
2322567cdc
1 changed files with 2 additions and 2 deletions
|
@ -299,7 +299,7 @@ (define-public bool
|
|||
(define-public fsearch
|
||||
(package
|
||||
(name "fsearch")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -308,7 +308,7 @@ (define-public fsearch
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ypm4bvvf4m6hk3d9cw4w3lcvg9ivy62q54qxk1jzl0ks3pm9xsy"))))
|
||||
(base32 "1lc6fhz4zhjbs29xn53v97dqrxwmqaplhky8sm9776ws6fyifwd7"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
|
|
Loading…
Reference in a new issue