gnu: osm2pgsql: Update to 1.2.2.
* gnu/packages/geo.scm (osm2pgsql): Update to 1.2.2.
This commit is contained in:
parent
7953f8b724
commit
12988adf18
1 changed files with 2 additions and 2 deletions
|
@ -890,7 +890,7 @@ (define-public libosmium
|
|||
(define-public osm2pgsql
|
||||
(package
|
||||
(name "osm2pgsql")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -899,7 +899,7 @@ (define-public osm2pgsql
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ysan01lpqzjxlq3y2kdminfjs5d9zksicpf9vvzpdk3fzq51fc9"))
|
||||
(base32 "1j35aa8qinhavliqi5pdm0viyi7lm5xyk402rliaxxs1r2hbsafn"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue