gnu: font-ubuntu: Update url.

* gnu/packages/fonts.scm (font-ubuntu): Use new url, update hash.
This commit is contained in:
Jan Nieuwenhuizen 2018-11-19 18:57:27 +01:00
parent 1255400faa
commit 96cae1b48c
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 6 additions and 5 deletions

View File

@ -99,13 +99,14 @@ in print. With attention to detail for high resolution rendering.")
(name "font-ubuntu") (name "font-ubuntu")
(version "0.83") (version "0.83")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"http://font.ubuntu.com/download/ubuntu-font-family-" (url "https://salsa.debian.org/fonts-team/fonts-ubuntu")
version ".zip")) (commit (string-append "upstream/" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0hjvq2x758dx0sfwqhzflns0ns035qm7h6ygskbx1svzg517sva5")))) "1d2xrjpxy70f3nsgqiggwv6pj06qglf5vj2847pqx60w3ygi903g"))))
(build-system font-build-system) (build-system font-build-system)
(home-page "http://font.ubuntu.com/") (home-page "http://font.ubuntu.com/")
(synopsis "The Ubuntu Font Family") (synopsis "The Ubuntu Font Family")