all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53999] [PATCH] gnu: plocate: Update to 1.1.15.
@ 2022-02-14 16:16 Jai Vetrivelan
  2022-02-15 14:00 ` bug#53999: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-14 16:16 UTC (permalink / raw)
  To: 53999

[-- Attachment #1: 0001-gnu-plocate-Update-to-1.1.15.patch --]
[-- Type: text/patch, Size: 1654 bytes --]

From 35c9584d9908ab4f26dadd25b748097752ef2fb6 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Mon, 14 Feb 2022 21:45:49 +0530
Subject: [PATCH] gnu: plocate: Update to 1.1.15.

* gnu/packages/search.scm (plocate): Update to 1.1.15.
---
 gnu/packages/search.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index dbca2b3c08..6f8d673694 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2021 Alexandr Vityazev <avityazev@posteo.org>
 ;;; Copyright © 2021, 2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -474,14 +475,14 @@ (define-public mlocate
 (define-public plocate
   (package
     (name "plocate")
-    (version "1.1.13")
+    (version "1.1.15")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://plocate.sesse.net/download/"
                            "plocate-" version ".tar.gz"))
        (sha256
-        (base32 "16lpiirjmj4mrdj5kkjv7rikkgjx3i64ac0sl3lz1rshflhxgqww"))))
+        (base32 "0l7igd81acsha5l5mv2rv7n9j1bc4f6ys4hfvs3ii0cbv9a5k1fi"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags

base-commit: 72dd5c8766601832ad34bb60bab0b157748f21c4
prerequisite-patch-id: a7d915905b20b6631603201b9d2ab4762f420cbc
prerequisite-patch-id: dfa0d9136d6a24cbbdd978a05ecf810208c0c499
-- 
2.34.0





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

* bug#53999: [PATCH] gnu: plocate: Update to 1.1.15.
  2022-02-14 16:16 [bug#53999] [PATCH] gnu: plocate: Update to 1.1.15 Jai Vetrivelan
@ 2022-02-15 14:00 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-15 14:00 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53999-done

Hello,

Jai Vetrivelan <jaivetrivelan@gmail.com> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-02-15 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 16:16 [bug#53999] [PATCH] gnu: plocate: Update to 1.1.15 Jai Vetrivelan
2022-02-15 14:00 ` bug#53999: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.