diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-08 14:10:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-09 01:46:29 +0100 |
commit | 901f2607c95d524ddb0ceb86f39a567ea6b8c813 (patch) | |
tree | 86c4ed33ba7fec0106b95ed63ddfa9c81f37818c /gnu | |
parent | 57680360da2bc27ca812651ae077be1d5b82c28b (diff) | |
download | guix-901f2607c95d524ddb0ceb86f39a567ea6b8c813.tar guix-901f2607c95d524ddb0ceb86f39a567ea6b8c813.tar.gz |
gnu: font-inconsolata: Update to 3.000.
* gnu/packages/fonts.scm (font-inconsolata): Update to 3.000.
[source]: Fetch from the author's new repository.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/fonts.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 6a052c7be4..b7c0c3829d 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -89,13 +89,14 @@ well as other mediums.") (define-public font-inconsolata (package (name "font-inconsolata") - (version "0.80") - (source (origin - (method url-fetch) - (uri "http://www.levien.com/type/myfonts/Inconsolata.otf") - (sha256 - (base32 - "06js6znbcf7swn8y3b8ki416bz96ay7d3yvddqnvi88lqhbfcq8m")))) + (version "3.000") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/googlefonts/Inconsolata/" + "releases/download/v" version "/fonts_otf.zip")) + (sha256 + (base32 "1wavvv86nwsqm5sbmnkv1bprj7l7zdrkxpvjy6w8yag93k6hrlx1")))) (build-system font-build-system) (home-page "http://levien.com/type/myfonts/inconsolata.html") (synopsis "Monospace font") |