gnu: tippecanoe: Don't use unstable tarball.

* gnu/packages/geo.scm (tippecanoe)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-08 23:53:18 +02:00
parent 82b47fd9d1
commit 8f33d05e22
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 8 deletions

View File

@ -824,14 +824,15 @@ map, geocoding with Nominatim, or general analysis.")
(package (package
(name "tippecanoe") (name "tippecanoe")
(version "1.31.5") (version "1.31.5")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://github.com/mapbox/tippecanoe/archive/" (method git-fetch)
version ".tar.gz")) (uri (git-reference
(file-name (string-append name "-" version ".tar.gz")) (url "https://github.com/mapbox/tippecanoe.git")
(commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1m0x931a945sr7axyhcvpwh798m58hx1zxh6ikgf9gsgqhdhmszz"))))
"1057na1dkgjaryr7jr15lqkxpam111d3l5zdpdkqzzzpxmdjxqcf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases