guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: osm2pgsql: Update to 1.2.2.


From: guix-commits
Subject: 04/04: gnu: osm2pgsql: Update to 1.2.2.
Date: Fri, 17 Jul 2020 06:17:22 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 12988adf189c2aba05427b4dc23f4d85c84298ed
Author: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
AuthorDate: Fri Jul 17 09:22:06 2020 +0200

    gnu: osm2pgsql: Update to 1.2.2.
    
    * gnu/packages/geo.scm (osm2pgsql): Update to 1.2.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 45b6221..0dd269a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -890,7 +890,7 @@ OpenStreetMap data.")
 (define-public osm2pgsql
   (package
     (name "osm2pgsql")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method git-fetch)
@@ -899,7 +899,7 @@ OpenStreetMap data.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ysan01lpqzjxlq3y2kdminfjs5d9zksicpf9vvzpdk3fzq51fc9"))
+        (base32 "1j35aa8qinhavliqi5pdm0viyi7lm5xyk402rliaxxs1r2hbsafn"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]