all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 68925@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>, Andreas Enge <andreas@enge.fr>,
	Eric Bavier <bavier@posteo.net>,
	Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#68925] [PATCH 4/8] gnu: geos: Update to 3.12.1.
Date: Sun,  4 Feb 2024 16:47:14 +0000	[thread overview]
Message-ID: <47fe14f1cce5c7b89b3954364bf4b2353a8e17b7.1707064733.git.felgru@posteo.net> (raw)
In-Reply-To: <cover.1707064733.git.felgru@posteo.net>

* gnu/packages/geo.scm (geos): Update to 3.12.1.
  [arguments]: Update 'patch-test-shebangs.

Change-Id: I4c5a7dd0ce0e95f813474ff4841a844e63451d24
---
 gnu/packages/geo.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 3171efa0dc..6135451c16 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -434,7 +434,7 @@ (define-public memphis
 (define-public geos
   (package
     (name "geos")
-    (version "3.11.2")
+    (version "3.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-"
@@ -442,7 +442,7 @@ (define-public geos
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1k744nwfa5sj4amzsdjxgac83wh6xfb9xi7z5bka7ic1jik7gw5i"))))
+                "00qdk9a4048pzfj2rhzkfw3lvm642znf6kr4x29i3d94494pxsnn"))))
     (build-system cmake-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases
@@ -450,7 +450,7 @@ (define-public geos
                     'unpack 'patch-test-shebangs
                     (lambda _
                       (substitute* '("tests/xmltester/testrunner.sh"
-                                     "tests/geostest/testrunner.sh")
+                                     "tests/xmltester/safe_to_xml.sh")
                         (("/bin/sh") (which "sh"))))))))
     (inputs
      (list glib))
-- 
2.41.0





  parent reply	other threads:[~2024-02-04 16:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-04 16:43 [bug#68925] [PATCH 0/8] Update proj to 9.3.1 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 1/8] gnu: proj: Update " Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 2/8] gnu: python-pyproj: Update to 3.6.1 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 3/8] gnu: libgeotiff: Fix build with proj 9.3.1 Felix Gruber
2024-02-04 16:47 ` Felix Gruber [this message]
2024-02-04 16:47 ` [bug#68925] [PATCH 5/8] gnu: python-shapely: Update to 2.0.2 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 6/8] gnu: python-pyshp: Update to 2.3.1 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 7/8] gnu: grass: Update to 7.8.8 Felix Gruber
2024-02-04 16:47 ` [bug#68925] [PATCH 8/8] gnu: qgis: Fix build against proj 9.3.1 Felix Gruber
2024-02-07 17:35 ` bug#68925: [PATCH 0/8] Update proj to 9.3.1 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47fe14f1cce5c7b89b3954364bf4b2353a8e17b7.1707064733.git.felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=68925@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=bavier@posteo.net \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.