summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2021-11-06 13:54:21 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-07 10:01:31 +0100
commitdc8e9d6f88de01db1ded39a8ca699bc988522a72 (patch)
tree38512d8d914ff3ee3277c87dd3aee0b0f0dbdcfa /gnu/packages/geo.scm
parent53bbbfb77c699fbaa0678f6274737a62f1d91243 (diff)
downloadguix-dc8e9d6f88de01db1ded39a8ca699bc988522a72.tar.gz
guix-dc8e9d6f88de01db1ded39a8ca699bc988522a72.tar.xz
gnu: osm2pgsql: Update to 1.5.1.
* gnu/packages/geo.scm (osm2pgsql): Update to 1.5.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/geo.scm')
-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 18e8a455c6..adfec13b4f 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1225,7 +1225,7 @@ OpenStreetMap data.")
(define-public osm2pgsql
(package
(name "osm2pgsql")
- (version "1.2.2")
+ (version "1.5.1")
(source
(origin
(method git-fetch)
@@ -1234,7 +1234,7 @@ OpenStreetMap data.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1j35aa8qinhavliqi5pdm0viyi7lm5xyk402rliaxxs1r2hbsafn"))
+ (base32 "0i18mskcs087dn3f3h9n7j0wafn8502m0h13mrjwin38xsz0crfj"))
(modules '((guix build utils)))
(snippet
'(begin