guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: plocate: Update to 1.1.12.


From: guix-commits
Subject: branch master updated: gnu: plocate: Update to 1.1.12.
Date: Fri, 08 Oct 2021 06:09:04 -0400

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 <mail@nicolasgoaziou.fr>
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

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