nckx pushed a commit to branch master
in repository guix.

commit 5dc8a3ad39eb8a7d74ebcaf944fb420db71dc86a
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Jan 8 12:47:49 2020 +0100

    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.
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 83c9744..5edf54f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Marius Bakke <[email protected]>
 ;;; Copyright © 2016 Toni Reina <[email protected]>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2017 José Miguel Sánchez García <[email protected]>
 ;;; Copyright © 2017 Alex Griffin <[email protected]>
 ;;; Copyright © 2017 Clément Lassieur <[email protected]>
@@ -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";))

Reply via email to