unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68389] [PATCH] gnu: plocate: Update to 1.1.21.
@ 2024-01-11 15:53 David Pflug
  2024-01-12 16:14 ` bug#68389: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-01-11 15:53 UTC (permalink / raw)
  To: 68389; +Cc: David Pflug

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

Change-Id: I725b2b83553228babbdd6592d31b57ede76ac442
---
 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 5e86d1a76c..cdf4a50b5d 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org>
+;;; Copyright © 2023 David Pflug <david@pflug.io>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -568,14 +569,14 @@ (define-public mlocate
 (define-public plocate
   (package
     (name "plocate")
-    (version "1.1.19")
+    (version "1.1.21")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://plocate.sesse.net/download/"
                            "plocate-" version ".tar.gz"))
        (sha256
-        (base32 "0rb15sifsmcm756bifs3y8wj282vp0zzagg6kkvbjyczibpchnyr"))))
+        (base32 "1b6khw8lf757wic6pc3w2r8wl9i5c4z98cdmp2qxmyspxhxvbrhd"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags

base-commit: 6341dddcb9e7c8d555ea7294d61dcf64d775e032
-- 
2.41.0





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

* bug#68389: [PATCH] gnu: plocate: Update to 1.1.21.
  2024-01-11 15:53 [bug#68389] [PATCH] gnu: plocate: Update to 1.1.21 David Pflug
@ 2024-01-12 16:14 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-12 16:14 UTC (permalink / raw)
  To: David Pflug; +Cc: 68389-done


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

Applied, thanks,

Mathieu




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

end of thread, other threads:[~2024-01-12 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 15:53 [bug#68389] [PATCH] gnu: plocate: Update to 1.1.21 David Pflug
2024-01-12 16:14 ` bug#68389: " Mathieu Othacehe

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).