GNU bug report logs -
#72615
[PATCH] gnu: geos: Update to 3.12.2.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Wed, 14 Aug 2024 07:32:01 UTC
Severity: normal
Tags: patch
Done: Evgeny Pisemsky <mail <at> pisemsky.site>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[0001-gnu-geos-Update-to-3.12.2.patch (text/x-patch, inline)]
From d61a9a27bdf83067f022e84d19af85b721f03544 Mon Sep 17 00:00:00 2001
Message-ID: <d61a9a27bdf83067f022e84d19af85b721f03544.1723620420.git.mail <at> pisemsky.site>
From: Evgeny Pisemsky <mail <at> 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 <at> cyberdimension.org>
;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
;;; Copyright © 2024 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
+;;; Copyright © 2024 Evgeny Pisemsky <mail <at> 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
This bug report was last modified 136 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.