Archived
1
0
Fork 0

gnu: tegola: Don't use autogenerated tarball.

* gnu/packages/geo.scm (tegola)[source]: Download using git-fetch.
This commit is contained in:
Efraim Flashner 2022-11-14 15:39:49 +02:00
parent aa5df43668
commit f572de77c4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1220,14 +1220,14 @@ extension.")
(name "tegola") (name "tegola")
(version "0.7.0") (version "0.7.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/go-spatial/tegola/archive/v" (url "https://github.com/go-spatial/tegola")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"09vnzxfn0r70kmd776kcdfqxhzdj11syxa0b27z4ci1k367v7viw")))) "0agqj1b7l41m0imvxjriw44jcpa99mhq1z1vbsfzjhcr94zhwmfr"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/go-spatial/tegola/cmd/tegola" `(#:import-path "github.com/go-spatial/tegola/cmd/tegola"