1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libosmium: Update to 2.22.0.

* gnu/packages/geo.scm (libosmium): Update to 2.22.0.

Change-Id: Ib7327cb5b6e15ff2d4bcd0e1e0f0982211ec9035
This commit is contained in:
Andreas Enge
2025-07-31 12:44:50 +02:00
parent 285e3130cc
commit 7cff4d241a

View File

@@ -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