From 30daa0d9728e39f13a49991fe77fc46c9aa889ab Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 8 Feb 2022 12:02:18 +0300 Subject: gnu: libosmium: Update to 2.18.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/geo.scm (libosmium): Update to 2.18.0. Signed-off-by: Ludovic Courtès --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 23cec0f9b7..82e1ef73f7 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1178,7 +1178,7 @@ to create databases that are optimized for rendering/tile/map-services.") (define-public libosmium (package (name "libosmium") - (version "2.17.2") + (version "2.18.0") (source (origin (method git-fetch) @@ -1187,7 +1187,7 @@ to create databases that are optimized for rendering/tile/map-services.") (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 -- cgit v1.2.3