diff options
author | Charles Roelli <charles@aurox.ch> | 2025-07-31 11:48:32 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-31 12:11:02 +0200 |
commit | 0b05ca10d77756ae948e79f4a9333b570c6927e5 (patch) | |
tree | 8604a9883bafedd32cd966609b1f454553bdd780 | |
parent | 9777282c8d35f82b429bf1931ff69e51f17778cd (diff) |
gnu: postgis: Update to version 3.3.8.
* gnu/packages/geo.scm (postgis): Update to version 3.3.8.
Change-Id: I249ac46d55e1cab5988246a2e66d21da63f46805
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 bcd7b60246..eddd1eb59e 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1808,14 +1808,14 @@ Shapely capabilities (define-public postgis (package (name "postgis") - (version "3.2.1") + (version "3.3.8") (source (origin (method url-fetch) (uri (string-append "https://download.osgeo.org/postgis/source/postgis-" version ".tar.gz")) (sha256 (base32 - "0gl9d6xy2an82ldb9sixz5blyngjryq8m3509fr38ffawvfniazv")))) + "1w1jkb98rf22qz0x4wajp0cjwzcb928247169xk84az3adb0y9vf")))) (build-system gnu-build-system) (arguments `(#:tests? #f |