gnu: postgis: Update to 3.0.2.

* gnu/packages/geo.scm (postgis): Update to 3.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-18 23:26:32 +02:00
parent ade5a61677
commit c524972606
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -787,14 +787,14 @@ (define-public python-gdal
(define-public postgis (define-public postgis
(package (package
(name "postgis") (name "postgis")
(version "3.0.0") (version "3.0.2")
(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
"15557fbk0xkngihwhqsbdyz2ng49blisf5zydw81j0gabk6x4vy0")))) "1jmji8i2wjabkrzqil683lypnmimigdmn64a10j3kj3kzlfn98d3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f