guix-patches
[Top][All Lists]
Advanced

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

[bug#72615] [PATCH] gnu: geos: Update to 3.12.2.


From: Evgeny Pisemsky
Subject: [bug#72615] [PATCH] gnu: geos: Update to 3.12.2.
Date: Wed, 14 Aug 2024 10:30:25 +0300
User-agent: Gnus/5.13 (Gnus v5.13)

>From d61a9a27bdf83067f022e84d19af85b721f03544 Mon Sep 17 00:00:00 2001
Message-ID: 
<d61a9a27bdf83067f022e84d19af85b721f03544.1723620420.git.mail@pisemsky.site>
From: Evgeny Pisemsky <mail@pisemsky.site>
Date: Wed, 14 Aug 2024 10:25:40 +0300
Subject: [PATCH] gnu: geos: Update to 3.12.2.

* gnu/packages/geo.scm (geos): Update to 3.12.2.

Change-Id: I652a284f7a03735e8015302b585fd96385df4797
---
 gnu/packages/geo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 954a4ad4a0..0b2b9855ff 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
 ;;; Copyright © 2024 Jonathan Brielmaier <jonathan.brielmaier@web.de>
+;;; Copyright © 2024 Evgeny Pisemsky <mail@pisemsky.site>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -439,7 +440,7 @@ (define-public memphis
 (define-public geos
   (package
     (name "geos")
-    (version "3.12.1")
+    (version "3.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-";
@@ -447,7 +448,7 @@ (define-public geos
                                   ".tar.bz2"))
               (sha256
                (base32
-                "00qdk9a4048pzfj2rhzkfw3lvm642znf6kr4x29i3d94494pxsnn"))))
+                "1ipy153bv2pcmc57whrkz8jg2yg711ypd65gi22fh3h9y05pgirl"))))
     (build-system cmake-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases

base-commit: 99a81b6f2a1386d6ea76a6ecb1942f1f7f891080
-- 
2.45.2






reply via email to

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