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>
This commit is contained in:
parent
ab1f4dbf83
commit
c646ec0586
1 changed files with 3 additions and 3 deletions
|
@ -1468,16 +1468,16 @@ map, geocoding with Nominatim, or general analysis.")
|
||||||
(define-public tippecanoe
|
(define-public tippecanoe
|
||||||
(package
|
(package
|
||||||
(name "tippecanoe")
|
(name "tippecanoe")
|
||||||
(version "1.36.0")
|
(version "2.17.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mapbox/tippecanoe")
|
(url "https://github.com/felt/tippecanoe")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lbmhly4ivnqc6qk1k3sdqvsg6x3nfd8gnjx846bhqj4wag3f88m"))))
|
(base32 "1q2snvsbs10l9pjydid3zxkidlha5hav8gvb0p731m2pwg3xw0qr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue