~ruther/guix-local

efaeb605adeb70edbc40e8258feaed6d69eef70c — Tobias Geerinckx-Rice 2 years ago 6ba1f8d
gnu: plocate: Update to 1.1.19.

* gnu/packages/search.scm (plocate): Update to 1.1.19.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/search.scm
M gnu/packages/search.scm => gnu/packages/search.scm +2 -2
@@ 568,14 568,14 @@ conflict with slocate compatibility.")
(define-public plocate
  (package
    (name "plocate")
    (version "1.1.18")
    (version "1.1.19")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://plocate.sesse.net/download/"
                           "plocate-" version ".tar.gz"))
       (sha256
        (base32 "0b71chcnl0xymwpcg8ixsnh64017cj5irz04rq0rnwbh1c2mg5lk"))))
        (base32 "0rb15sifsmcm756bifs3y8wj282vp0zzagg6kkvbjyczibpchnyr"))))
    (build-system meson-build-system)
    (arguments
     `(#:configure-flags