GNU bug report logs -
#51634
[PATCH 0/3] Update osm2pgsql to 1.5.1.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sat, 6 Nov 2021 13:53:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 51634 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (osm2pgsql): Update to 1.5.1.
---
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 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
--
2.30.2
This bug report was last modified 3 years and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.