[PATCH] gnu: plocate: Update to 1.1.22.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Kehayias
  • kiasoc5
Owner
unassigned
Submitted by
kiasoc5
Severity
normal
K
K
kiasoc5 wrote on 11 Feb 05:35 +0100
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
c2f15c73380997f60e6ec37526f53e4acd650514.1707012546.git.kiasoc5@disroot.org
* 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(-)

Toggle diff (25 lines)
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
J
J
John Kehayias wrote on 14 Feb 22:25 +0100
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69037-done@debbugs.gnu.org)
87eddelow1.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (31 lines)
> * 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!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69037@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69037
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch