GNU bug report logs -
#76146
[PATCH 0/2] Update tegola and unbundle some go packages.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 8 Feb 2025 17:18:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 76146 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (tegola): Update to 0.21.2.
---
gnu/packages/geo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 7b8de0ce52..c007b48ed2 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1703,7 +1703,7 @@ (define-public postgis
(define-public tegola
(package
(name "tegola")
- (version "0.16.0")
+ (version "0.21.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1712,7 +1712,7 @@ (define-public tegola
(file-name (git-file-name name version))
(sha256
(base32
- "1mjfn0izf1lj402845mx0cv9fald8s5443q35y16d9crqf3i6mav"))
+ "1f5l7b372dfyibawhcnlz700z11a0dxqd7kr731nwfmhwz2v3438"))
(modules '((guix build utils)))
(snippet #~(with-directory-excursion "vendor"
(for-each delete-file-recursively
--
2.48.1
This bug report was last modified 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.