unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69037] [PATCH] gnu: plocate: Update to 1.1.22.
@ 2024-02-11  4:35 kiasoc5 via Guix-patches via
  2024-02-14 21:25 ` bug#69037: " John Kehayias via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2024-02-11  4:35 UTC (permalink / raw)
  To: 69037; +Cc: kiasoc5

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

Change-Id: I36efaa7db5edee79eaba5e66918f50e2d4e5ae3b
---
 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 cdf4a50b5d..5b06442c29 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -569,14 +569,14 @@ (define-public mlocate
 (define-public plocate
   (package
     (name "plocate")
-    (version "1.1.21")
+    (version "1.1.22")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://plocate.sesse.net/download/"
                            "plocate-" version ".tar.gz"))
        (sha256
-        (base32 "1b6khw8lf757wic6pc3w2r8wl9i5c4z98cdmp2qxmyspxhxvbrhd"))))
+        (base32 "0j80zcklr7g73wsq54wbj8ggp8rj993hdzrywm2c0bmani0lfziv"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags

base-commit: f45d05133472a9da13eae20ba4a676c696682c90
-- 
2.41.0





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

* bug#69037: [PATCH] gnu: plocate: Update to 1.1.22.
  2024-02-11  4:35 [bug#69037] [PATCH] gnu: plocate: Update to 1.1.22 kiasoc5 via Guix-patches via
@ 2024-02-14 21:25 ` John Kehayias via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: John Kehayias via Guix-patches via @ 2024-02-14 21:25 UTC (permalink / raw)
  To: kiasoc5; +Cc: 69037-done

On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

> * gnu/packages/search.scm (plocate): Update to 1.1.22.
>
> Change-Id: I36efaa7db5edee79eaba5e66918f50e2d4e5ae3b
> ---
>  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 cdf4a50b5d..5b06442c29 100644
> --- a/gnu/packages/search.scm
> +++ b/gnu/packages/search.scm
> @@ -569,14 +569,14 @@ (define-public mlocate
>  (define-public plocate
>    (package
>      (name "plocate")
> -    (version "1.1.21")
> +    (version "1.1.22")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "https://plocate.sesse.net/download/"
>                             "plocate-" version ".tar.gz"))
>         (sha256
> -        (base32 "1b6khw8lf757wic6pc3w2r8wl9i5c4z98cdmp2qxmyspxhxvbrhd"))))
> +        (base32 "0j80zcklr7g73wsq54wbj8ggp8rj993hdzrywm2c0bmani0lfziv"))))
>      (build-system meson-build-system)
>      (arguments
>       `(#:configure-flags
>
> base-commit: f45d05133472a9da13eae20ba4a676c696682c90

Pushed as beb5e6ab810d4f3f99ae42d74343790dda65cc6b thank you!





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

end of thread, other threads:[~2024-02-14 21:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11  4:35 [bug#69037] [PATCH] gnu: plocate: Update to 1.1.22 kiasoc5 via Guix-patches via
2024-02-14 21:25 ` bug#69037: " John Kehayias via Guix-patches via

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