mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: libosmium: Update to 2.18.0.
* gnu/packages/geo.scm (libosmium): Update to 2.18.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a208a4e923
commit
30daa0d972
1 changed files with 2 additions and 2 deletions
|
@ -1178,7 +1178,7 @@ (define-public imposm3
|
||||||
(define-public libosmium
|
(define-public libosmium
|
||||||
(package
|
(package
|
||||||
(name "libosmium")
|
(name "libosmium")
|
||||||
(version "2.17.2")
|
(version "2.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1187,7 +1187,7 @@ (define-public libosmium
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xgwicnzlyr8pcpgx528xrzh7g6rjfd7f80bi30478fnp8mq8rzr"))))
|
(base32 "0fh57mpii1ksacwfx5rz213j896aklib53jbybld2i517q2mmxr0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list boost
|
(list boost
|
||||||
|
|
Loading…
Reference in a new issue