GNU bug report logs -
#62970
[PATCH] gnu: plocate: Update to 1.1.18.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Thu, 20 Apr 2023 14:57:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
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.18.
---
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 c8c3ff45d0..b090b375d0 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -508,14 +508,14 @@ (define-public mlocate
(define-public plocate
(package
(name "plocate")
- (version "1.1.16")
+ (version "1.1.18")
(source
(origin
(method url-fetch)
(uri (string-append "https://plocate.sesse.net/download/"
"plocate-" version ".tar.gz"))
(sha256
- (base32 "0ccn785yi069dgwp4j3g23zvvivzsf5chadbdr357qphkmpxy125"))))
+ (base32 "0b71chcnl0xymwpcg8ixsnh64017cj5irz04rq0rnwbh1c2mg5lk"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags
base-commit: 61d15695752997427ed9c3491470dd76b11bd00a
--
2.40.0
This bug report was last modified 2 years and 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.