gnu: plocate: Update to 1.1.12.
* gnu/packages/search.scm (plocate): Update to 1.1.12.master
parent
55092b4980
commit
f45f482e9b
|
@ -339,14 +339,14 @@ conflict with slocate compatibility.")
|
||||||
(define-public plocate
|
(define-public plocate
|
||||||
(package
|
(package
|
||||||
(name "plocate")
|
(name "plocate")
|
||||||
(version "1.1.11")
|
(version "1.1.12")
|
||||||
(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 "0kwfp3hwf9dbakf3h378qrhl0jd1spxxrs4snmgb5jsbdijwd777"))))
|
(base32 "1damwm8kqf797kgr1cify521i6icz5khc5brq16m6nlg26nja7d1"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Reference in New Issue