emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#60610: closed ([PATCH] gnu: tippecanoe: Update to 2.17.0.)


From: GNU bug Tracking System
Subject: bug#60610: closed ([PATCH] gnu: tippecanoe: Update to 2.17.0.)
Date: Sat, 07 Jan 2023 19:08:01 +0000

Your message dated Sat, 07 Jan 2023 20:07:13 +0100
with message-id <87cz7qgo4e.fsf@gnu.org>
and subject line Re: bug#60610: [PATCH] gnu: tippecanoe: Update to 2.17.0.
has caused the debbugs.gnu.org bug report #60610,
regarding [PATCH] gnu: tippecanoe: Update to 2.17.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60610: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60610
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tippecanoe: Update to 2.17.0. Date: Sat, 7 Jan 2023 02:43:27 +0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#60610: [PATCH] gnu: tippecanoe: Update to 2.17.0. Date: Sat, 07 Jan 2023 20:07:13 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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


--- End Message ---

reply via email to

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