[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: teckit: Don't use unstable tarball.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/08: gnu: teckit: Don't use unstable tarball. |
Date: |
Fri, 29 Jun 2018 09:48:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1d668fd979a53f1253ac1d202691aaae7bd45284
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jun 28 22:58:52 2018 +0200
gnu: teckit: Don't use unstable tarball.
* gnu/packages/fontutils.scm (teckit)[source]: Use GIT-FETCH.
---
gnu/packages/fontutils.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index f7dc2e7..8b0ca04 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -331,14 +331,14 @@ X11-system or any other graphical user interface.")
(package
(name "teckit")
(version "2.5.7")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/silnrsi/teckit/releases/download/v"
- version "/teckit-" version ".tar.gz"))
- (sha256
- (base32
- "1pbp97vcpj6x4yixx6ww0vsi1rrr99fksxdjafs6gdargzd24cj4"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/silnrsi/teckit")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32 "1v8qadkbn311z9l8c22gw8nsij31lsikl114128w3drdz5npf83j"))))
(build-system gnu-build-system)
(inputs
`(("zlib" ,zlib)
- branch master updated (ed615bc -> 12a96d4), Tobias Geerinckx-Rice, 2018/06/29
- 02/08: gnu: r-ddalpha: Update to 1.3.4., Tobias Geerinckx-Rice, 2018/06/29
- 03/08: gnu: keepalived: Update to 2.0.4., Tobias Geerinckx-Rice, 2018/06/29
- 04/08: gnu: keepalived: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/06/29
- 08/08: gnu: mame: Update to 0.199., Tobias Geerinckx-Rice, 2018/06/29
- 05/08: gnu: sxhkd: Update to 0.5.9., Tobias Geerinckx-Rice, 2018/06/29
- 06/08: gnu: teckit: Don't use unstable tarball.,
Tobias Geerinckx-Rice <=
- 07/08: gnu: teckit: Update to 2.5.8., Tobias Geerinckx-Rice, 2018/06/29
- 01/08: gnu: tlsdate: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29