all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57259] [PATCH] gnu: geos: Update to 3.11.0.
@ 2022-08-17  9:23 Nikolay Korotkiy via Guix-patches via
  2022-08-17 13:15 ` bug#57259: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy via Guix-patches via @ 2022-08-17  9:23 UTC (permalink / raw)
  To: 57259; +Cc: Nikolay Korotkiy

* gnu/packages/geo.scm (geos): Update to 3.11.0.
---
 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 4dad2418ad..669a807b50 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -217,7 +217,7 @@ (define-public memphis
 (define-public geos
   (package
     (name "geos")
-    (version "3.10.2")
+    (version "3.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-"
@@ -225,7 +225,7 @@ (define-public geos
                                   ".tar.bz2"))
               (sha256
                (base32
-                "05apyh6dvv15fax4xvxa0kr622h4y08w9p3274mlqsrqmjcwbfsh"))))
+                "12l59pxawyizmc4wn20dvjn7aifqwkim4ysmc78h91mayjmqravr"))))
     (build-system cmake-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases
-- 
2.37.1





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

* bug#57259: [PATCH] gnu: geos: Update to 3.11.0.
  2022-08-17  9:23 [bug#57259] [PATCH] gnu: geos: Update to 3.11.0 Nikolay Korotkiy via Guix-patches via
@ 2022-08-17 13:15 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-08-17 13:15 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 57259-done


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

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2022-08-17 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-17  9:23 [bug#57259] [PATCH] gnu: geos: Update to 3.11.0 Nikolay Korotkiy via Guix-patches via
2022-08-17 13:15 ` bug#57259: " Mathieu Othacehe

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.