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:
Efraim Flashner 2017-07-01 23:37:24 +03:00
parent fc19cee18c
commit dd78efe39a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -653,14 +653,14 @@ utilities to ease adding new glyphs to the font.")
(define-public font-google-noto
(package
(name "font-google-noto")
(version "20150929")
(version "20170403")
(source (origin
(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"))
(sha256
(base32
"13jhpqzhsqhyby8n0ksqg155a3jyaif3nzj9anzbq8s2gn1xjyd9"))))
"1p92a6dvs7wqwjfpp1ahr9z1wz35am0l8r78521383spd77bmrfm"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))