gnu: freetype: Update to 2.8.

* gnu/packages/fontutils.scm (freetype): Update to 2.8.
This commit is contained in:
Leo Famulari 2017-05-15 16:38:27 -04:00
parent 2a75ec1567
commit 662a7ac3c6
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -48,13 +48,13 @@ (define-module (gnu packages fontutils)
(define-public freetype
(package
(name "freetype")
(version "2.7.1")
(version "2.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/freetype/freetype-"
version ".tar.bz2"))
(sha256 (base32
"121gm15ayfg3rglby8ifh8384mcjb9dhmx9j40zl7yszw72b4frs"))))
"02xlj611alpvl3h33hvfw1jyxc1vp9mzwcckkiglkhn3hknh7im3"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))