gnu: libosmium: Update to 2.15.4.
* gnu/packages/geo.scm (libosmium): Update to 2.15.4. [inputs]: Add bzip2 and utfcpp.master
parent
819c0df2ee
commit
7ba300ee6e
|
@ -81,6 +81,7 @@
|
|||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages sqlite)
|
||||
#:use-module (gnu packages textutils)
|
||||
#:use-module (gnu packages web)
|
||||
#:use-module (gnu packages webkit)
|
||||
#:use-module (gnu packages wxwidgets)
|
||||
|
@ -839,7 +840,7 @@ to create databases that are optimized for rendering/tile/map-services.")
|
|||
(define-public libosmium
|
||||
(package
|
||||
(name "libosmium")
|
||||
(version "2.14.2")
|
||||
(version "2.15.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -848,16 +849,18 @@ 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 "123ri1l0a2b9fljgpwsl7z2w4i3kmgxz79d4ns9z4mwbp8sw0250"))))
|
||||
(base32 "0mlcvqrhp40bzj5r5j9nfc5vbis8hmzcq9xi8jylkciyydaynhz4"))))
|
||||
(build-system cmake-build-system)
|
||||
(propagated-inputs
|
||||
`(("boost" ,boost)
|
||||
("bzip2" ,bzip2)
|
||||
("expat" ,expat)
|
||||
("gdal" ,gdal)
|
||||
("geos" ,geos)
|
||||
("proj.4" ,proj.4)
|
||||
("proj" ,proj)
|
||||
("protozero" ,protozero)
|
||||
("sparsehash" ,sparsehash)
|
||||
("utfcpp" ,utfcpp)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)))
|
||||
|
|
Reference in New Issue