gnu: plocate: Update to 1.1.13.
* gnu/packages/search.scm (plocate): Update to 1.1.13.
This commit is contained in:
parent
8fc7803f54
commit
7b89818d00
@ -444,14 +444,14 @@ conflict with slocate compatibility.")
|
|||||||
(define-public plocate
|
(define-public plocate
|
||||||
(package
|
(package
|
||||||
(name "plocate")
|
(name "plocate")
|
||||||
(version "1.1.12")
|
(version "1.1.13")
|
||||||
(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 "1damwm8kqf797kgr1cify521i6icz5khc5brq16m6nlg26nja7d1"))))
|
(base32 "16lpiirjmj4mrdj5kkjv7rikkgjx3i64ac0sl3lz1rshflhxgqww"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user