gnu: postgis: Update to 3.0.3.

* gnu/packages/geo.scm (postgis): Update to 3.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-24 23:45:24 +01:00
parent 9f2f60d336
commit d407dd84e4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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