unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60610] [PATCH] gnu: tippecanoe: Update to 2.17.0.
@ 2023-01-06 22:43 Nikolay Korotkiy via Guix-patches via
  2023-01-07 19:07 ` bug#60610: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Nikolay Korotkiy via Guix-patches via @ 2023-01-06 22:43 UTC (permalink / raw)
  To: 60610; +Cc: Nikolay Korotkiy

* gnu/packages/geo.scm (tippecanoe): Update to 2.17.0.
---
 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 @@ (define-public osm2pgsql
 (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

base-commit: 22ffa5e00a05f75bb3b4285cd1ede28f2e7c6325
-- 
2.37.2





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

* bug#60610: [PATCH] gnu: tippecanoe: Update to 2.17.0.
  2023-01-06 22:43 [bug#60610] [PATCH] gnu: tippecanoe: Update to 2.17.0 Nikolay Korotkiy via Guix-patches via
@ 2023-01-07 19:07 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-01-07 19:07 UTC (permalink / raw)
  To: Nikolay Korotkiy; +Cc: 60610-done


Hello,

> -             (url "https://github.com/mapbox/tippecanoe")
> +             (url "https://github.com/felt/tippecanoe")

This needs to be described in the commit message.

I fixed it and applied,

Thanks,

Mathieu




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

end of thread, other threads:[~2023-01-07 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 22:43 [bug#60610] [PATCH] gnu: tippecanoe: Update to 2.17.0 Nikolay Korotkiy via Guix-patches via
2023-01-07 19:07 ` bug#60610: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).