guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/16: gnu: plocate: Update to 1.1.22.


From: guix-commits
Subject: 14/16: gnu: plocate: Update to 1.1.22.
Date: Wed, 14 Feb 2024 16:15:43 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit beb5e6ab810d4f3f99ae42d74343790dda65cc6b
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Feb 10 23:35:49 2024 -0500

    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>
---
 gnu/packages/search.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]