GNU bug report logs -
#52548
[PATCH] gnu: Add osmium-tool.
Previous Next
Reported by: Nikolay Korotkiy <sikmir <at> gmail.com>
Date: Thu, 16 Dec 2021 11:55:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 52548 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (libosmium): Update to 2.17.2.
---
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 02db04e38c..cb5f4cbc64 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1167,7 +1167,7 @@ (define-public imposm3
(define-public libosmium
(package
(name "libosmium")
- (version "2.17.1")
+ (version "2.17.2")
(source
(origin
(method git-fetch)
@@ -1176,7 +1176,7 @@ (define-public libosmium
(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 @@ (define-public libosmium
expat
gdal
geos
+ lz4
proj
protozero
sparsehash
--
2.34.0
This bug report was last modified 3 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.