GNU bug report logs -
#53999
[PATCH] gnu: plocate: Update to 1.1.15.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 15 Feb 2022 15:00:21 +0100
with message-id <878rucqlfu.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53999] [PATCH] gnu: plocate: Update to 1.1.15.
has caused the debbugs.gnu.org bug report #53999,
regarding [PATCH] gnu: plocate: Update to 1.1.15.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53999: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53999
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0001-gnu-plocate-Update-to-1.1.15.patch (text/patch, inline)]
From 35c9584d9908ab4f26dadd25b748097752ef2fb6 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> 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 <at> posteo.net>
;;; Copyright © 2021 Alexandr Vityazev <avityazev <at> posteo.org>
;;; Copyright © 2021, 2022 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> 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
[Message part 4 (message/rfc822, inline)]
Hello,
Jai Vetrivelan <jaivetrivelan <at> gmail.com> writes:
> * gnu/packages/search.scm (plocate): Update to 1.1.15.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 153 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.