guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: fontconfig: Update to 2.11.92.


From: Andreas Enge
Subject: 01/01: gnu: fontconfig: Update to 2.11.92.
Date: Fri, 16 Jan 2015 22:56:11 +0000

andreas pushed a commit to branch master
in repository guix.

commit f1597358852d8e7144f1ec9f8e596833132bb688
Author: Andreas Enge <address@hidden>
Date:   Fri Jan 16 23:55:42 2015 +0100

    gnu: fontconfig: Update to 2.11.92.
    
    * gnu/packages/fontutils.scm (fontconfig): Update to 2.11.92.
---
 gnu/packages/fontutils.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 646e12c..6451d0f 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014 Andreas Enge <address@hidden>
+;;; Copyright © 2013, 2014, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -75,14 +75,14 @@ anti-aliased glyph bitmap generation with 256 gray levels.")
 (define-public fontconfig
   (package
    (name "fontconfig")
-   (version "2.10.93")
+   (version "2.11.92")
    (source (origin
             (method url-fetch)
             (uri (string-append
                    
"http://www.freedesktop.org/software/fontconfig/release/fontconfig-";
                    version ".tar.bz2"))
             (sha256 (base32
-                     "172j5vsgx2xplsk5mrxrspbn5lrswq6gnxkxjgcrx0j8i0kiz47a"))))
+                     "18r45dcnaj93izwfr082qiwg8ka7ll6j0c9yf1slblm542d5pmd9"))))
    (build-system gnu-build-system)
    (inputs `(("expat" ,expat)
              ("freetype" ,freetype)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]