unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 62970@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#62970] [PATCH] gnu: plocate: Update to 1.1.18.
Date: Thu, 20 Apr 2023 10:55:46 -0400	[thread overview]
Message-ID: <20230420145546.301019-1-kiasoc5@disroot.org> (raw)

* 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





             reply	other threads:[~2023-04-20 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 14:55 kiasoc5 via Guix-patches via [this message]
2023-04-26 12:49 ` [bug#62970] [PATCH] gnu: plocate: Update to 1.1.18 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230420145546.301019-1-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=62970@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).