gnu: postgis: Update to 3.1.1.
* gnu/packages/geo.scm (postgis): Update to 3.1.1. [inputs]: Add protobuf-c.
This commit is contained in:
parent
b421b2f66e
commit
47df463393
1 changed files with 3 additions and 2 deletions
|
@ -848,14 +848,14 @@ (define-public python-gdal
|
||||||
(define-public postgis
|
(define-public postgis
|
||||||
(package
|
(package
|
||||||
(name "postgis")
|
(name "postgis")
|
||||||
(version "3.0.3")
|
(version "3.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.osgeo.org/postgis/source/postgis-"
|
(uri (string-append "https://download.osgeo.org/postgis/source/postgis-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05s8cx1rlysiq7dd44kf7cid0la61a4p895j9g95bvfb8v8dpzh7"))))
|
"0z9a39243fv37mansbbjq5mmxpnhr7xzn8pv92fr7dkdb3psz5hf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
@ -880,6 +880,7 @@ (define-public postgis
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("postgresql" ,postgresql)
|
("postgresql" ,postgresql)
|
||||||
|
("protobuf-c" ,protobuf-c)
|
||||||
("proj" ,proj)))
|
("proj" ,proj)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
|
|
Loading…
Reference in a new issue