This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0b05ca10d7 gnu: postgis: Update to version 3.3.8.
0b05ca10d7 is described below

commit 0b05ca10d77756ae948e79f4a9333b570c6927e5
Author: Charles Roelli <[email protected]>
AuthorDate: Thu Jul 31 11:48:32 2025 +0200

    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 <[email protected]>
---
 gnu/packages/geo.scm | 4 ++--
 1 file 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

Reply via email to