gnu: fontconfig: Update to 2.13.1.

* gnu/packages/fontutils.scm (fontconfig): Update to 2.13.1.
This commit is contained in:
Marius Bakke 2018-09-07 14:28:46 +02:00
parent 6cd715adef
commit 529c36225a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -237,14 +237,14 @@ (define-public woff2
(define-public fontconfig
(package
(name "fontconfig")
(version "2.13.0")
(version "2.13.1")
(source (origin
(method url-fetch)
(uri (string-append
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-"
version ".tar.bz2"))
(sha256 (base32
"1fgf28zgsqh7x6dw30n6zi9z679gx6dyfyahp55z7dsm454yipci"))))
"0hb700a68kk0ip51wdlnjjc682kvlrmb6q920mzajykdk0mdsmgn"))))
(build-system gnu-build-system)
;; In Requires or Requires.private of fontconfig.pc.
(propagated-inputs `(("expat" ,expat)