Archived
1
0
Fork 0

gnu: plocate: Update to 1.1.15.

* gnu/packages/search.scm (plocate): Update to 1.1.15.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Jai Vetrivelan 2022-02-14 21:46:35 +05:30 committed by Nicolas Goaziou
parent 85f026f36a
commit 83a7b701e5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9,6 +9,7 @@
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net> ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Alexandr Vityazev <avityazev@posteo.org> ;;; Copyright © 2021 Alexandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -474,14 +475,14 @@ conflict with slocate compatibility.")
(define-public plocate (define-public plocate
(package (package
(name "plocate") (name "plocate")
(version "1.1.13") (version "1.1.15")
(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 "16lpiirjmj4mrdj5kkjv7rikkgjx3i64ac0sl3lz1rshflhxgqww")))) (base32 "0l7igd81acsha5l5mv2rv7n9j1bc4f6ys4hfvs3ii0cbv9a5k1fi"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags