mhw pushed a commit to branch gnome-updates
in repository guix.

commit b18e5945b6a3ffb3dfad72f96218974ea62ea3a2
Author: Mark H Weaver <[email protected]>
Date:   Mon Jan 9 04:54:56 2017 -0500

    gnu: font-abattis-cantarell: Update to 0.0.25.
    
    * gnu/packages/fonts.scm (font-cantarell): Update to 0.0.25.
---
 gnu/packages/fonts.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 35ee8db..8c84e30 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <[email protected]>
-;;; Copyright © 2014 Mark H Weaver <[email protected]>
+;;; Copyright © 2014, 2017 Mark H Weaver <[email protected]>
 ;;; Copyright © 2014 Joshua Grant <[email protected]>
 ;;; Copyright © 2014 Alex Kost <[email protected]>
 ;;; Copyright © 2015 Sou Bunnbu <[email protected]>
@@ -241,7 +241,7 @@ package provides the TrueType (TTF) files.")
 (define-public font-cantarell
   (package
     (name "font-abattis-cantarell")
-    (version "0.0.24")
+    (version "0.0.25")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/cantarell-fonts/"
@@ -249,7 +249,7 @@ package provides the TrueType (TTF) files.")
                                   "/cantarell-fonts-" version ".tar.xz"))
               (sha256
                (base32
-                "0r4jnc2x9yncf40lixjb1pqgpq8rzbi2fz33pshlqzjgx2d69bcw"))))
+                "0zvkd8cm1cg2919v1js9qmzwa02sjl7qajj3gcvgqvai1fm2i8hl"))))
     (build-system gnu-build-system)
     (home-page "https://wiki.gnome.org/Projects/CantarellFonts";)
     (synopsis "Cantarell sans-serif typeface")

Reply via email to