guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: plocate: Update to 1.1.18.


From: guix-commits
Subject: 03/03: gnu: plocate: Update to 1.1.18.
Date: Wed, 26 Apr 2023 08:50:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9d12ce6fa4556dd35a2f56bbd73e7fee27cc336f
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Thu Apr 20 10:55:46 2023 -0400

    gnu: plocate: Update to 1.1.18.
    
    * gnu/packages/search.scm (plocate): Update to 1.1.18.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 1829a0eeb8..04e03a55b1 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -568,14 +568,14 @@ conflict with slocate compatibility.")
 (define-public plocate
   (package
     (name "plocate")
-    (version "1.1.16")
+    (version "1.1.18")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://plocate.sesse.net/download/";
                            "plocate-" version ".tar.gz"))
        (sha256
-        (base32 "0ccn785yi069dgwp4j3g23zvvivzsf5chadbdr357qphkmpxy125"))))
+        (base32 "0b71chcnl0xymwpcg8ixsnh64017cj5irz04rq0rnwbh1c2mg5lk"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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