summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2025-11-01 01:09:48 +0400
committerAndreas Enge <andreas@enge.fr>2025-11-17 18:03:23 +0100
commitadbf76ccdbb7a0ba3eb996b6c3e42259f98171fa (patch)
tree2e405bea669873db9f8ff832434d55a6bdaf6d33 /gnu
parentb989e2867263db9d3574a08700e238ed82020190 (diff)
gnu: imposm3: Update to 1.14.2.
* gnu/packages/geo.scm (imposm3): Update to 1.14.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 02152d6719d..c020ba4b4b2 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2139,7 +2139,7 @@ delivered to any client.")
(define-public imposm3
(package
(name "imposm3")
- (version "0.11.1")
+ (version "0.14.2")
(source
(origin
(method git-fetch)
@@ -2149,7 +2149,7 @@ delivered to any client.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ifniw57l3s0sl7nb3zwxxm86i46451yrhfqnnkxr46cnpbzmwxr"))))
+ "1za04n0d73gqff4qmgxbn6rz2sqwnqcpyxvzjhsgfdysbx48nph6"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/omniscale/imposm3/cmd/imposm"