gnu: font-google-noto: Update to 20170403.
* gnu/packages/fonts.scm (font-google-noto): Update to 20170403. [source]: Update source uri.
This commit is contained in:
parent
fc19cee18c
commit
dd78efe39a
1 changed files with 3 additions and 3 deletions
|
@ -653,14 +653,14 @@ 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 "20150929")
|
(version "20170403")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://noto-website-2.storage.googleapis.com/"
|
(uri (string-append "https://noto-website.storage.googleapis.com/"
|
||||||
"pkgs/Noto-hinted.zip"))
|
"pkgs/Noto-hinted.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13jhpqzhsqhyby8n0ksqg155a3jyaif3nzj9anzbq8s2gn1xjyd9"))))
|
"1p92a6dvs7wqwjfpp1ahr9z1wz35am0l8r78521383spd77bmrfm"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Reference in a new issue