gnu: font-abattis-cantarell: Update to 0.201.
* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.201. [native-inputs]: Remove appstream-glib.
This commit is contained in:
parent
0b7fd22539
commit
1ce1583186
1 changed files with 3 additions and 4 deletions
|
@ -196,7 +196,7 @@ (define-public font-bitstream-vera
|
|||
(define-public font-cantarell
|
||||
(package
|
||||
(name "font-abattis-cantarell")
|
||||
(version "0.111")
|
||||
(version "0.201")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/cantarell-fonts/"
|
||||
|
@ -204,11 +204,10 @@ (define-public font-cantarell
|
|||
"/cantarell-fonts-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05hpnhihwm9sxlq1qn993g03pwkmpjbn0dvnba71r1gfjv0jp2w5"))))
|
||||
"0qwqmkczqy09fdj8l11nr841ks0dwsydqg55qyms12m4yvjn87xn"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("appstream-glib" ,appstream-glib)
|
||||
("gettext" ,gettext-minimal))) ;for msgfmt
|
||||
`(("gettext" ,gettext-minimal))) ; for msgfmt
|
||||
(home-page "https://wiki.gnome.org/Projects/CantarellFonts")
|
||||
(synopsis "Cantarell sans-serif typeface")
|
||||
(description "The Cantarell font family is a contemporary Humanist
|
||||
|
|
Loading…
Reference in a new issue