me
/
guix
Archived
1
0
Fork 0

gnu: postgis: Update to 2.4.8.

* gnu/packages/geo.scm (postgis): Update to 2.4.8.
master
Tobias Geerinckx-Rice 2019-10-27 22:45:23 +01:00
parent da107cf5be
commit 6d18427fa5
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -634,14 +634,14 @@ utilities for data translation and processing.")
(define-public postgis (define-public postgis
(package (package
(name "postgis") (name "postgis")
(version "2.4.4") (version "2.4.8")
(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
"1hm8migjb53cymp4qvg1h20yqllmy9f7x0awv5450391i6syyqq6")))) "0nanza15xzfhbpbq49p1xqz96dgbsam5332y9zj6snmz2mq685ll"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f