all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 65244@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#65244] [PATCH 3/3] gnu: spatialite-tools: Update to 5.1.0.
Date: Sat, 12 Aug 2023 09:12:02 +0000	[thread overview]
Message-ID: <e62521de63955a665c3cd12932027124d520b5a9.1691831179.git.felgru@posteo.net> (raw)
In-Reply-To: <cover.1691831179.git.felgru@posteo.net>

* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0.
---
 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 d7fb9dbdd1..f5f59d1d99 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2276,14 +2276,15 @@ (define-public shapelib
 (define-public spatialite-tools
   (package
     (name "spatialite-tools")
-    (version "5.0.1")
+    (version "5.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.gaia-gis.it/gaia-sins/"
+                           "spatialite-tools-sources/"
                            "spatialite-tools-" version ".tar.gz"))
        (sha256
-        (base32 "070p6pg541wvwb28wkn7k0z1qdyirik2qc2jpj4pf0vzx02w414n"))))
+        (base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.41.0





  parent reply	other threads:[~2023-08-12  9:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-12  9:10 [bug#65244] [PATCH 0/3] Update libspatialite to 5.1.0 Felix Gruber
2023-08-12  9:12 ` [bug#65244] [PATCH 1/3] gnu: freexl: Update to 2.0.0 Felix Gruber
2023-08-12  9:12 ` [bug#65244] [PATCH 2/3] gnu: libspatialite: Update to 5.1.0 Felix Gruber
2023-08-12  9:12 ` Felix Gruber [this message]
2023-08-13 13:51 ` bug#65244: [PATCH 0/3] Update libspatialite " 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=e62521de63955a665c3cd12932027124d520b5a9.1691831179.git.felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=65244@debbugs.gnu.org \
    /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.