mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: font-abattis-cantarell: Downgrade to 0.301.
Reported by talos on #guix. This fixes the build; the 0.303 release archive is not available from https://download.gnome.org/sources/cantarell-fonts/. * gnu/packages/fonts.scm (font-abattis-cantarell): Downgrade to 0.301.
This commit is contained in:
parent
ef0c65969b
commit
405393ef7f
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ (define-public font-canada1500
|
||||||
(define-public font-abattis-cantarell
|
(define-public font-abattis-cantarell
|
||||||
(package
|
(package
|
||||||
(name "font-abattis-cantarell")
|
(name "font-abattis-cantarell")
|
||||||
(version "0.303")
|
(version "0.301")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/cantarell-fonts/"
|
(uri (string-append "mirror://gnome/sources/cantarell-fonts/"
|
||||||
|
@ -208,7 +208,7 @@ (define-public font-abattis-cantarell
|
||||||
"/cantarell-fonts-" version ".tar.xz"))
|
"/cantarell-fonts-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11sycxscs9kzl451mhygyj2qj8qlny8pamskb86np7izq05dnd9x"))))
|
"10sycxscs9kzl451mhygyj2qj8qlny8pamskb86np7izq05dnd9x"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal))) ; for msgfmt
|
`(("gettext" ,gettext-minimal))) ; for msgfmt
|
||||||
|
|
Loading…
Reference in a new issue