gnu: font-google-noto: Update to 24.2.1.
* gnu/packages/fonts.scm (font-google-noto): Update to 24.2.1. Change-Id: I238f914388a2d808b817de1252ba8ee84c6299bd
This commit is contained in:
parent
6fda9cfd0f
commit
17b1350f68
1 changed files with 2 additions and 2 deletions
|
@ -1081,7 +1081,7 @@ utilities to ease adding new glyphs to the font.")
|
||||||
(define-public font-google-noto
|
(define-public font-google-noto
|
||||||
(package
|
(package
|
||||||
(name "font-google-noto")
|
(name "font-google-noto")
|
||||||
(version "23.11.1")
|
(version "24.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1090,7 +1090,7 @@ utilities to ease adding new glyphs to the font.")
|
||||||
(commit (string-append "noto-monthly-release-" version))))
|
(commit (string-append "noto-monthly-release-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vvxhky35l4i0ha60yw0gj26f3v33hpf2zax17yyj16mww4cn4d8"))))
|
(base32 "087jg8ahpq35xwyrmvm9ivxl0wjic2j4r28bbrwqmgdva9brms40"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "https://www.google.com/get/noto/")
|
(home-page "https://www.google.com/get/noto/")
|
||||||
(synopsis "Fonts to cover all languages")
|
(synopsis "Fonts to cover all languages")
|
||||||
|
|
Reference in a new issue