[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: nototools: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
08/13: gnu: nototools: Don't use unstable tarball. |
Date: |
Tue, 23 Jun 2020 10:14:00 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit b2447228798bc234ca289daeeb381e77f202039b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 23 16:13:41 2020 +0300
gnu: nototools: Don't use unstable tarball.
* gnu/packages/fontutils.scm (nototools)[source]: Download using
git-fetch.
---
gnu/packages/fontutils.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 4b4d4c7..3336a84 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -746,14 +746,14 @@ implements UFO3 as described by the UFO font format.")
(version "20170925")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/googlei18n/nototools/"
- "archive/v2017-09-25-tooling-for-phase3-"
- "update.tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/googlei18n/nototools")
+ (commit "v2017-09-25-tooling-for-phase3-update")))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1pvacw18cm9l4sb66pqyjc7hc74xhhfxc7kd5ald8lixf4wzg0s8"))))
+ "03nzvcvwmrhfrcjhg218q2f3hfrm3vlivp4rk19sc397kh3hisiz"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))
- branch master updated (1ed87c0 -> 6562a38), guix-commits, 2020/06/23
- 01/13: gnu: java-picocli: Use a source file-name., guix-commits, 2020/06/23
- 03/13: gnu: libfreenect: Add a source file-name., guix-commits, 2020/06/23
- 02/13: gnu: xaos: Add a source file-name., guix-commits, 2020/06/23
- 05/13: gnu: miniasm: Don't use unstable tarball., guix-commits, 2020/06/23
- 04/13: gnu: stumpwm-contrib: Add a source file-name., guix-commits, 2020/06/23
- 11/13: gnu: lightgbm: Don't use unstable tarball., guix-commits, 2020/06/23
- 06/13: gnu: miniasm: Make sure all phases return #t., guix-commits, 2020/06/23
- 07/13: gnu: fntsample: Don't use unstable tarball., guix-commits, 2020/06/23
- 08/13: gnu: nototools: Don't use unstable tarball.,
guix-commits <=
- 09/13: gnu: sbcl-md5: Don't use unstable tarball., guix-commits, 2020/06/23
- 10/13: gnu: sonata: Don't use unstable tarball., guix-commits, 2020/06/23
- 12/13: gnu: nzbget: Don't use unstable tarball., guix-commits, 2020/06/23
- 13/13: gnu: pidentd: Don't use unstable tarball., guix-commits, 2020/06/23