me
/
guix
Archived
1
0
Fork 0

gnu: postgis: Update to 3.0.2.

* gnu/packages/geo.scm (postgis): Update to 3.0.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -787,14 +787,14 @@ utilities for data translation and processing.")
(define-public postgis
(package
(name "postgis")
(version "3.0.0")
(version "3.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://download.osgeo.org/postgis/source/postgis-"
version ".tar.gz"))
(sha256
(base32
"15557fbk0xkngihwhqsbdyz2ng49blisf5zydw81j0gabk6x4vy0"))))
"1jmji8i2wjabkrzqil683lypnmimigdmn64a10j3kj3kzlfn98d3"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f