GNU bug report logs -
#69037
[PATCH] gnu: plocate: Update to 1.1.22.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sun, 11 Feb 2024 04:37:07 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 1 year and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.