gnu: imposm3: Update to 0.11.1.

* gnu/packages/geo.scm (imposm3): Update to 0.11.1.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Nikolay Korotkiy 2021-12-16 13:20:18 +03:00 committed by Julien Lepiller
parent 4b58ebd845
commit c368431004
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -1129,7 +1129,7 @@ (define-public tegola
(define-public imposm3 (define-public imposm3
(package (package
(name "imposm3") (name "imposm3")
(version "0.6.0-alpha.4") (version "0.11.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1138,7 +1138,7 @@ (define-public imposm3
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06f0kwmv52yd5m9jlckqxqmkf0cnqy3hamakrvg9lspplyqrds80")))) "1w7b221z5k9254zn01imycxkyw62xigqizhwvrgxqmq1m9r5410l"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/omniscale/imposm3/cmd/imposm" `(#:import-path "github.com/omniscale/imposm3/cmd/imposm"