diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 03:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 23:00:10 +0200 |
commit | 66d6b7c3e99239aee59884d0d7b6f877cd3296ca (patch) | |
tree | 88e319f17953551f0149665f0218c5253a6c21cf /gnu | |
parent | c8ae38d38983a202f6f2cfbadb74e380a1c19fa8 (diff) | |
download | patches-66d6b7c3e99239aee59884d0d7b6f877cd3296ca.tar patches-66d6b7c3e99239aee59884d0d7b6f877cd3296ca.tar.gz |
gnu: font-google-noto: Update to 20171025.
* gnu/packages/fonts.scm (font-google-noto): Update to 20171025.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index c24e58de0d..2dc791c784 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -698,15 +698,15 @@ utilities to ease adding new glyphs to the font.") (define-public font-google-noto (package (name "font-google-noto") - (version "20170403") - (source (origin - (method url-fetch/zipbomb) - (uri (string-append "https://noto-website.storage.googleapis.com/" - "pkgs/Noto-hinted.zip")) - (file-name (string-append name "-" version ".zip")) - (sha256 - (base32 - "1p92a6dvs7wqwjfpp1ahr9z1wz35am0l8r78521383spd77bmrfm")))) + (version "20171025") + (source + (origin + (method url-fetch/zipbomb) + (uri (string-append "https://noto-website-2.storage.googleapis.com/" + "pkgs/Noto-hinted.zip")) + (file-name (string-append name "-" version ".zip")) + (sha256 + (base32 "1bp42whyin7xcgmrbnfvz3rvd98xmxaz3ywqybbjmqzwaa9llyw3")))) (build-system font-build-system) (home-page "https://www.google.com/get/noto/") (synopsis "Fonts to cover all languages") |