guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: tippecanoe: Update to 2.17.0.


From: guix-commits
Subject: 08/09: gnu: tippecanoe: Update to 2.17.0.
Date: Sat, 7 Jan 2023 14:12:13 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit c646ec05864a4181bde182d9fba577d06720fa94
Author: Nikolay Korotkiy <sikmir@disroot.org>
AuthorDate: Sat Jan 7 02:43:27 2023 +0400

    gnu: tippecanoe: Update to 2.17.0.
    
    * gnu/packages/geo.scm (tippecanoe): Update to 2.17.0.
    [source]: Update the url to a maintained repository.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 2185af7a98..8a1d18feed 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1468,16 +1468,16 @@ map, geocoding with Nominatim, or general analysis.")
 (define-public tippecanoe
   (package
     (name "tippecanoe")
-    (version "1.36.0")
+    (version "2.17.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/mapbox/tippecanoe";)
+             (url "https://github.com/felt/tippecanoe";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0lbmhly4ivnqc6qk1k3sdqvsg6x3nfd8gnjx846bhqj4wag3f88m"))))
+        (base32 "1q2snvsbs10l9pjydid3zxkidlha5hav8gvb0p731m2pwg3xw0qr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]