mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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:
parent
285e3130cc
commit
7cff4d241a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue