diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-08 12:47:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-09 01:46:29 +0100 |
commit | 5dc8a3ad39eb8a7d74ebcaf944fb420db71dc86a (patch) | |
tree | 12374a7fda68cefca290662b0af84ff869c4df69 /gnu/packages/fonts.scm | |
parent | 789a39a82c10ec0e6e738afa6f99d6ff130c052a (diff) | |
download | gnu-guix-5dc8a3ad39eb8a7d74ebcaf944fb420db71dc86a.tar gnu-guix-5dc8a3ad39eb8a7d74ebcaf944fb420db71dc86a.tar.gz |
gnu: font-lato: Update version number to 2.015.
Both the README and the Web site identify this as version 2.015.
* gnu/packages/fonts.scm (font-lato)[version]: Correct.
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 83c97444bf..5edf54f2b8 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016 Toni Reina <areina@riseup.net> -;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 José Miguel Sánchez García <jmi2k@openmailbox.com> ;;; Copyright © 2017 Alex Griffin <a@ajgrf.com> ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org> @@ -209,7 +209,7 @@ sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.") (define-public font-lato (package (name "font-lato") - (version "2.010") ; also update description + (version "2.015") ; also update description (source (origin (method url-fetch/zipbomb) (uri (string-append "https://www.latofonts.com/download/Lato2OFL.zip")) |