guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libosmium: Update to 2.17.1.


From: guix-commits
Subject: 01/03: gnu: libosmium: Update to 2.17.1.
Date: Sun, 7 Nov 2021 04:05:15 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit b217208dd03fbaae5805015f45d916ded1858689
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Nov 6 13:53:53 2021 +0000

    gnu: libosmium: Update to 2.17.1.
    
    * gnu/packages/geo.scm (libosmium): Update to 2.17.1.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 f460e08..18e8a45 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1192,7 +1192,7 @@ to create databases that are optimized for 
rendering/tile/map-services.")
 (define-public libosmium
   (package
     (name "libosmium")
-    (version "2.15.6")
+    (version "2.17.1")
     (source
      (origin
        (method git-fetch)
@@ -1201,7 +1201,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 "0rqy18bbakp41f44y5id9ixh0ar2dby46z17p4115z8k1vv9znq2"))))
+        (base32 "0xw71lrw4q4sdm51rl0zg87ywxfkxbw9h52zqim0z0xl5qh5q8xf"))))
     (build-system cmake-build-system)
     (propagated-inputs
      `(("boost" ,boost)



reply via email to

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