GNU bug report logs - #62970
[PATCH] gnu: plocate: Update to 1.1.18.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Thu, 20 Apr 2023 14:57:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: bug#62970: closed (Re: [bug#62970] [PATCH] gnu: plocate: Update
 to 1.1.18.)
Date: Wed, 26 Apr 2023 12:51:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62970: [PATCH] gnu: plocate: Update to 1.1.18.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62970 <at> debbugs.gnu.org.

-- 
62970: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62970
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: kiasoc5 via Guix-patches via <guix-patches <at> gnu.org>
Cc: kiasoc5 <kiasoc5 <at> disroot.org>, 62970-done <at> debbugs.gnu.org
Subject: Re: [bug#62970] [PATCH] gnu: plocate: Update to 1.1.18.
Date: Wed, 26 Apr 2023 14:49:51 +0200
Hello,

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

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: plocate: Update to 1.1.18.
Date: Thu, 20 Apr 2023 10:55:46 -0400
* 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




This bug report was last modified 2 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.