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.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-08 14:10:00 +01:00
parent 57680360da
commit 901f2607c9
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 8 additions and 7 deletions

View File

@ -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")