guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: libosmium: Update to 2.18.0.


From: guix-commits
Subject: 05/08: gnu: libosmium: Update to 2.18.0.
Date: Wed, 9 Mar 2022 17:39:58 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 30daa0d9728e39f13a49991fe77fc46c9aa889ab
Author: Nikolay Korotkiy <sikmir@disroot.org>
AuthorDate: Tue Feb 8 12:02:18 2022 +0300

    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>
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]