diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 22:45:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-27 22:45:39 +0100 |
commit | 6d18427fa5388e19f37ddeda13754fa10e8f7c55 (patch) | |
tree | 37e084b644e6e4f0b927ca891481867bf1655c13 | |
parent | da107cf5be52278da472f53f0671407bd5b6e015 (diff) | |
download | patches-6d18427fa5388e19f37ddeda13754fa10e8f7c55.tar patches-6d18427fa5388e19f37ddeda13754fa10e8f7c55.tar.gz |
gnu: postgis: Update to 2.4.8.
* gnu/packages/geo.scm (postgis): Update to 2.4.8.
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index bb9f897e51..5796db3eb9 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -634,14 +634,14 @@ utilities for data translation and processing.") (define-public postgis (package (name "postgis") - (version "2.4.4") + (version "2.4.8") (source (origin (method url-fetch) (uri (string-append "https://download.osgeo.org/postgis/source/postgis-" version ".tar.gz")) (sha256 (base32 - "1hm8migjb53cymp4qvg1h20yqllmy9f7x0awv5450391i6syyqq6")))) + "0nanza15xzfhbpbq49p1xqz96dgbsam5332y9zj6snmz2mq685ll")))) (build-system gnu-build-system) (arguments `(#:tests? #f |