mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -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
|
||||
(package
|
||||
(name "font-abattis-cantarell")
|
||||
(version "0.303")
|
||||
(version "0.301")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/cantarell-fonts/"
|
||||
|
@ -208,7 +208,7 @@ (define-public font-abattis-cantarell
|
|||
"/cantarell-fonts-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11sycxscs9kzl451mhygyj2qj8qlny8pamskb86np7izq05dnd9x"))))
|
||||
"10sycxscs9kzl451mhygyj2qj8qlny8pamskb86np7izq05dnd9x"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal))) ; for msgfmt
|
||||
|
|
Loading…
Reference in a new issue