diff options
author | Felix Gruber <felgru@posteo.net> | 2021-11-06 13:54:21 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-11-07 10:01:31 +0100 |
commit | dc8e9d6f88de01db1ded39a8ca699bc988522a72 (patch) | |
tree | 38512d8d914ff3ee3277c87dd3aee0b0f0dbdcfa /gnu/packages/geo.scm | |
parent | 53bbbfb77c699fbaa0678f6274737a62f1d91243 (diff) |
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.scm | 4 |
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 |