GNU bug report logs -
#62622
[PATCH 0/8] Update proj and a few other geo packages
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sun, 2 Apr 2023 17:44:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 62622 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/geo.scm (geos): Update to 3.11.2.
---
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 753ab558ad..95ead23e10 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -291,7 +291,7 @@ (define-public memphis
(define-public geos
(package
(name "geos")
- (version "3.11.1")
+ (version "3.11.2")
(source (origin
(method url-fetch)
(uri (string-append "http://download.osgeo.org/geos/geos-"
@@ -299,7 +299,7 @@ (define-public geos
".tar.bz2"))
(sha256
(base32
- "1qhbirv1rbznv99ha0pa0zybvcsn0dsz2xfc65vr8bgrm77v63kd"))))
+ "1k744nwfa5sj4amzsdjxgac83wh6xfb9xi7z5bka7ic1jik7gw5i"))))
(build-system cmake-build-system)
(arguments `(#:phases
(modify-phases %standard-phases
--
2.39.2
This bug report was last modified 2 years and 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.