guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: geos: Update to 3.11.0.


From: guix-commits
Subject: 01/04: gnu: geos: Update to 3.11.0.
Date: Wed, 17 Aug 2022 09:33:13 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 94528ffacd4027816cc39cceacdea766a5585dce
Author: Nikolay Korotkiy <sikmir@disroot.org>
AuthorDate: Wed Aug 17 12:23:43 2022 +0300

    gnu: geos: Update to 3.11.0.
    
    * gnu/packages/geo.scm (geos): Update to 3.11.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 4dad2418ad..669a807b50 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -217,7 +217,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
 (define-public geos
   (package
     (name "geos")
-    (version "3.10.2")
+    (version "3.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-";
@@ -225,7 +225,7 @@ OpenStreetMap written in C using eXpat, Cairo and GLib.")
                                   ".tar.bz2"))
               (sha256
                (base32
-                "05apyh6dvv15fax4xvxa0kr622h4y08w9p3274mlqsrqmjcwbfsh"))))
+                "12l59pxawyizmc4wn20dvjn7aifqwkim4ysmc78h91mayjmqravr"))))
     (build-system cmake-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases



reply via email to

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