This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f45f482  gnu: plocate: Update to 1.1.12.
f45f482 is described below

commit f45f482e9bf3cb9b3413ca800aa596c0b422364e
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 8 12:08:43 2021 +0200

    gnu: plocate: Update to 1.1.12.
    
    * gnu/packages/search.scm (plocate): Update to 1.1.12.
---
 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 bc2a556..df6a8b2 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -339,14 +339,14 @@ conflict with slocate compatibility.")
 (define-public plocate
   (package
     (name "plocate")
-    (version "1.1.11")
+    (version "1.1.12")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://plocate.sesse.net/download/";
                            "plocate-" version ".tar.gz"))
        (sha256
-        (base32 "0kwfp3hwf9dbakf3h378qrhl0jd1spxxrs4snmgb5jsbdijwd777"))))
+        (base32 "1damwm8kqf797kgr1cify521i6icz5khc5brq16m6nlg26nja7d1"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags

Reply via email to