guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: geos: Update to 3.11.1.


From: guix-commits
Subject: 05/08: gnu: geos: Update to 3.11.1.
Date: Tue, 20 Dec 2022 11:59:13 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d30ad6ff5c4c4fbcaa9821f4e04a90d601642506
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Dec 17 12:24:10 2022 +0000

    gnu: geos: Update to 3.11.1.
    
    * gnu/packages/geo.scm (geos): Update to 3.11.1.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 897d5ecee6..cc537ee179 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -293,7 +293,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
 (define-public geos
   (package
     (name "geos")
-    (version "3.11.0")
+    (version "3.11.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-";
@@ -301,7 +301,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
                                   ".tar.bz2"))
               (sha256
                (base32
-                "12l59pxawyizmc4wn20dvjn7aifqwkim4ysmc78h91mayjmqravr"))))
+                "1qhbirv1rbznv99ha0pa0zybvcsn0dsz2xfc65vr8bgrm77v63kd"))))
     (build-system cmake-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]