diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2024-02-10 23:35:49 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-02-14 16:13:01 -0500 |
commit | beb5e6ab810d4f3f99ae42d74343790dda65cc6b (patch) | |
tree | 9f3f6820d008f37d5ab037cbde8e2de2a4850416 | |
parent | f73da2ed2900009b24b5c14190d70857f69924d4 (diff) |
gnu: plocate: Update to 1.1.22.
* gnu/packages/search.scm (plocate): Update to 1.1.22.
Change-Id: I36efaa7db5edee79eaba5e66918f50e2d4e5ae3b
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/search.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 78a735c96a..613726d830 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -569,14 +569,14 @@ conflict with slocate compatibility.") (define-public plocate (package (name "plocate") - (version "1.1.21") + (version "1.1.22") (source (origin (method url-fetch) (uri (string-append "https://plocate.sesse.net/download/" "plocate-" version ".tar.gz")) (sha256 - (base32 "1b6khw8lf757wic6pc3w2r8wl9i5c4z98cdmp2qxmyspxhxvbrhd")))) + (base32 "0j80zcklr7g73wsq54wbj8ggp8rj993hdzrywm2c0bmani0lfziv")))) (build-system meson-build-system) (arguments `(#:configure-flags |