Archived
1
0
Fork 0

gnu: nototools: Don't use unstable tarball.

* gnu/packages/fontutils.scm (nototools)[source]: Download using
git-fetch.
This commit is contained in:
Efraim Flashner 2020-06-23 16:13:41 +03:00
parent 405b9ba048
commit b244722879
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -746,14 +746,14 @@ implements UFO3 as described by the UFO font format.")
(version "20170925") (version "20170925")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/googlei18n/nototools/" (uri (git-reference
"archive/v2017-09-25-tooling-for-phase3-" (url "https://github.com/googlei18n/nototools")
"update.tar.gz")) (commit "v2017-09-25-tooling-for-phase3-update")))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1pvacw18cm9l4sb66pqyjc7hc74xhhfxc7kd5ald8lixf4wzg0s8")))) "03nzvcvwmrhfrcjhg218q2f3hfrm3vlivp4rk19sc397kh3hisiz"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2)) `(#:python ,python-2))