all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72615] [PATCH] gnu: geos: Update to 3.12.2.
@ 2024-08-14  7:30 Evgeny Pisemsky
  2024-08-22 11:47 ` Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Evgeny Pisemsky @ 2024-08-14  7:30 UTC (permalink / raw)
  To: 72615

[-- Attachment #1: 0001-gnu-geos-Update-to-3.12.2.patch --]
[-- Type: text/x-patch, Size: 1739 bytes --]

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-23 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-14  7:30 [bug#72615] [PATCH] gnu: geos: Update to 3.12.2 Evgeny Pisemsky
2024-08-22 11:47 ` Christopher Baines
2024-08-23 17:40   ` Evgeny Pisemsky

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.