gnu: font-ubuntu: Update url.
* gnu/packages/fonts.scm (font-ubuntu): Use new url, update hash.
This commit is contained in:
parent
1255400faa
commit
96cae1b48c
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue