* [bug#47580] [PATCH] gnu: tippecanoe: Update to 1.36.0.
@ 2021-04-03 9:56 Felix Gruber
2021-04-03 13:02 ` bug#47580: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-04-03 9:56 UTC (permalink / raw)
To: 47580; +Cc: Felix Gruber
* 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#47580: [PATCH] gnu: tippecanoe: Update to 1.36.0.
2021-04-03 9:56 [bug#47580] [PATCH] gnu: tippecanoe: Update to 1.36.0 Felix Gruber
@ 2021-04-03 13:02 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-04-03 13:02 UTC (permalink / raw)
To: Felix Gruber; +Cc: 47580-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as f4b78c22a1975ef8637c560c6def190abbcc4254.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-03 13:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-03 9:56 [bug#47580] [PATCH] gnu: tippecanoe: Update to 1.36.0 Felix Gruber
2021-04-03 13:02 ` bug#47580: " Guillaume Le Vaillant
unofficial mirror of guix-patches@gnu.org
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://yhetil.org/guix-patches/1 guix-patches/git/1.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 guix-patches guix-patches/ https://yhetil.org/guix-patches \
guix-patches@gnu.org
public-inbox-index guix-patches
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://news.yhetil.org/yhetil.gnu.guix.patches
AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git