unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62970] [PATCH] gnu: plocate: Update to 1.1.18.
@ 2023-04-20 14:55 kiasoc5 via Guix-patches via
  2023-04-26 12:49 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2023-04-20 14:55 UTC (permalink / raw)
  To: 62970; +Cc: kiasoc5

* gnu/packages/search.scm (plocate): Update to 1.1.18.
---
 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 c8c3ff45d0..b090b375d0 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -508,14 +508,14 @@ (define-public mlocate
 (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

base-commit: 61d15695752997427ed9c3491470dd76b11bd00a
-- 
2.40.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#62970] [PATCH] gnu: plocate: Update to 1.1.18.
  2023-04-20 14:55 [bug#62970] [PATCH] gnu: plocate: Update to 1.1.18 kiasoc5 via Guix-patches via
@ 2023-04-26 12:49 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-26 12:49 UTC (permalink / raw)
  To: 62970; +Cc: kiasoc5, 62970-done

Hello,

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/search.scm (plocate): Update to 1.1.18.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-26 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 14:55 [bug#62970] [PATCH] gnu: plocate: Update to 1.1.18 kiasoc5 via Guix-patches via
2023-04-26 12:49 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).