gnu: fontconfig: Update to 2.11.92.

* gnu/packages/fontutils.scm (fontconfig): Update to 2.11.92.
This commit is contained in:
Andreas Enge 2015-01-16 23:55:42 +01:00
parent 4ad2e76a14
commit f159735885

View file

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2013, 2014, 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;;
;;; This file is part of GNU Guix.
@ -75,14 +75,14 @@ (define-public freetype
(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)