summary refs log tree commit diff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2023-04-02 17:45:44 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2023-04-12 10:46:05 +0200
commitdd1aebe148de77c098f2b430f6b7ef99d4416000 (patch)
tree93c3c169521c97ae248a70cd94b87dd27db0fa5b /gnu/packages/geo.scm
parenta023561ccc95ddc04155b64085c4f77fe5e4f82c (diff)
downloadguix-dd1aebe148de77c098f2b430f6b7ef99d4416000.tar.gz
gnu: geos: Update to 3.11.2.
* gnu/packages/geo.scm (geos): Update to 3.11.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 753ab558ad..95ead23e10 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -291,7 +291,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
 (define-public geos
   (package
     (name "geos")
-    (version "3.11.1")
+    (version "3.11.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-"
@@ -299,7 +299,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1qhbirv1rbznv99ha0pa0zybvcsn0dsz2xfc65vr8bgrm77v63kd"))))
+                "1k744nwfa5sj4amzsdjxgac83wh6xfb9xi7z5bka7ic1jik7gw5i"))))
     (build-system cmake-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases