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

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

bug#47580: closed ([PATCH] gnu: tippecanoe: Update to 1.36.0.)


From: GNU bug Tracking System
Subject: bug#47580: closed ([PATCH] gnu: tippecanoe: Update to 1.36.0.)
Date: Sat, 03 Apr 2021 13:03:02 +0000

Your message dated Sat, 03 Apr 2021 15:02:12 +0200
with message-id <87blav4j3f.fsf@yamatai>
and subject line Re: [bug#47580] [PATCH] gnu: tippecanoe: Update to 1.36.0.
has caused the debbugs.gnu.org bug report #47580,
regarding [PATCH] gnu: tippecanoe: Update to 1.36.0.
to be marked as done.

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


-- 
47580: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47580
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tippecanoe: Update to 1.36.0. Date: Sat, 3 Apr 2021 11:56:20 +0200
* gnu/packages/geo.scm (tippecanoe): Update to 1.36.0.
[arguments]: Use cc-for-target instead of hard-coding gcc.
---
 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 be05fbe711..80c982d8de 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1102,7 +1102,7 @@ map, geocoding with Nominatim, or general analysis.")
 (define-public tippecanoe
   (package
     (name "tippecanoe")
-    (version "1.31.5")
+    (version "1.36.0")
     (source
      (origin
        (method git-fetch)
@@ -1111,14 +1111,14 @@ map, geocoding with Nominatim, or general analysis.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m0x931a945sr7axyhcvpwh798m58hx1zxh6ikgf9gsgqhdhmszz"))))
+        (base32 "0lbmhly4ivnqc6qk1k3sdqvsg6x3nfd8gnjx846bhqj4wag3f88m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases (delete 'configure))
        #:test-target "test"
        #:make-flags
-       (list "CC=gcc"
+       (list (string-append "CC=" ,(cc-for-target))
              (string-append "PREFIX=" (assoc-ref %outputs "out")))))
     (inputs
      `(("perl" ,perl)
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#47580] [PATCH] gnu: tippecanoe: Update to 1.36.0. Date: Sat, 03 Apr 2021 15:02:12 +0200 User-agent: mu4e 1.4.15; emacs 27.2
Patch pushed as f4b78c22a1975ef8637c560c6def190abbcc4254.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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