me
/
guix
Archived
1
0
Fork 0

gnu: teckit: Don't use unstable tarball.

* gnu/packages/fontutils.scm (teckit)[source]: Use GIT-FETCH.
master
Tobias Geerinckx-Rice 2018-06-28 22:58:52 +02:00
parent f8f0b6523a
commit 1d668fd979
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 8 deletions

View File

@ -331,14 +331,14 @@ X11-system or any other graphical user interface.")
(package (package
(name "teckit") (name "teckit")
(version "2.5.7") (version "2.5.7")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method git-fetch)
"https://github.com/silnrsi/teckit/releases/download/v" (uri (git-reference
version "/teckit-" version ".tar.gz")) (url "https://github.com/silnrsi/teckit")
(commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32 "1v8qadkbn311z9l8c22gw8nsij31lsikl114128w3drdz5npf83j"))))
"1pbp97vcpj6x4yixx6ww0vsi1rrr99fksxdjafs6gdargzd24cj4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("zlib" ,zlib) `(("zlib" ,zlib)