[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60158] [PATCH] gnu: geos: Update to 3.11.1.
From: |
Felix Gruber |
Subject: |
[bug#60158] [PATCH] gnu: geos: Update to 3.11.1. |
Date: |
Sat, 17 Dec 2022 12:24:10 +0000 |
* gnu/packages/geo.scm (geos): Update to 3.11.1.
---
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 b3a5c0df3f..96e36eeeb0 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -222,7 +222,7 @@ (define-public memphis
(define-public geos
(package
(name "geos")
- (version "3.11.0")
+ (version "3.11.1")
(source (origin
(method url-fetch)
(uri (string-append "http://download.osgeo.org/geos/geos-"
@@ -230,7 +230,7 @@ (define-public geos
".tar.bz2"))
(sha256
(base32
- "12l59pxawyizmc4wn20dvjn7aifqwkim4ysmc78h91mayjmqravr"))))
+ "1qhbirv1rbznv99ha0pa0zybvcsn0dsz2xfc65vr8bgrm77v63kd"))))
(build-system cmake-build-system)
(arguments `(#:phases
(modify-phases %standard-phases
--
2.35.1
- [bug#60158] [PATCH] gnu: geos: Update to 3.11.1.,
Felix Gruber <=