mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -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
|
||||
(package
|
||||
(name "libosmium")
|
||||
(version "2.17.2")
|
||||
(version "2.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1187,7 +1187,7 @@ (define-public libosmium
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xgwicnzlyr8pcpgx528xrzh7g6rjfd7f80bi30478fnp8mq8rzr"))))
|
||||
(base32 "0fh57mpii1ksacwfx5rz213j896aklib53jbybld2i517q2mmxr0"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
(list boost
|
||||
|
|
Loading…
Reference in a new issue