guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7cff4d241abea31dbae60e8d232333f76888a266
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 12:44:50 2025 +0200
gnu: libosmium: Update to 2.22.0.
* gnu/packages/geo.scm (libosmium): Update to 2.22.0.
Change-Id: Ib7327cb5b6e15ff2d4bcd0e1e0f0982211ec9035
---
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 b568b85aa7..262461d040 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2105,7 +2105,7 @@ visualizing and performing calculations with weather
data.")
(define-public libosmium
(package
(name "libosmium")
- (version "2.19.0")
+ (version "2.22.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2114,7 +2114,7 @@ visualizing and performing calculations with weather
data.")
(file-name (git-file-name name version))
(sha256
(base32
- "0d69xzd29hk846g049y2g668mr8kaf05f6a26s3qn6az062hxfa7"))))
+ "05djv6j3cgl2mqznycgwjbsz39imgbfhxran7l5z09x53qzdv23g"))))
(build-system cmake-build-system)
(propagated-inputs (list boost
bzip2