guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libosmium: Update to 2.17.2.


From: guix-commits
Subject: 02/03: gnu: libosmium: Update to 2.17.2.
Date: Thu, 16 Dec 2021 17:58:03 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit aa4b555eb5866a3ea20e7c90a7ecd600c7be9084
Author: Nikolay Korotkiy <sikmir@gmail.com>
AuthorDate: Thu Dec 16 14:56:10 2021 +0300

    gnu: libosmium: Update to 2.17.2.
    
    * gnu/packages/geo.scm (libosmium): Update to 2.17.2.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/geo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 4406d4a..35b86b1 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1167,7 +1167,7 @@ to create databases that are optimized for 
rendering/tile/map-services.")
 (define-public libosmium
   (package
     (name "libosmium")
-    (version "2.17.1")
+    (version "2.17.2")
     (source
      (origin
        (method git-fetch)
@@ -1176,7 +1176,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 "0xw71lrw4q4sdm51rl0zg87ywxfkxbw9h52zqim0z0xl5qh5q8xf"))))
+        (base32 "0xgwicnzlyr8pcpgx528xrzh7g6rjfd7f80bi30478fnp8mq8rzr"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list boost
@@ -1184,6 +1184,7 @@ to create databases that are optimized for 
rendering/tile/map-services.")
            expat
            gdal
            geos
+           lz4
            proj
            protozero
            sparsehash



reply via email to

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