gnu: plocate: Update to 1.1.16.
* gnu/packages/search.scm (plocate): Update to 1.1.16.
This commit is contained in:
parent
96e862f887
commit
3eb3e198b9
1 changed files with 2 additions and 2 deletions
|
@ -506,14 +506,14 @@ conflict with slocate compatibility.")
|
||||||
(define-public plocate
|
(define-public plocate
|
||||||
(package
|
(package
|
||||||
(name "plocate")
|
(name "plocate")
|
||||||
(version "1.1.15")
|
(version "1.1.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://plocate.sesse.net/download/"
|
(uri (string-append "https://plocate.sesse.net/download/"
|
||||||
"plocate-" version ".tar.gz"))
|
"plocate-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0l7igd81acsha5l5mv2rv7n9j1bc4f6ys4hfvs3ii0cbv9a5k1fi"))))
|
(base32 "0ccn785yi069dgwp4j3g23zvvivzsf5chadbdr357qphkmpxy125"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in a new issue