me
/
guix
Archived
1
0
Fork 0

gnu: freetype: Update to 2.8.

* gnu/packages/fontutils.scm (freetype): Update to 2.8.
master
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
1 changed files with 2 additions and 2 deletions

View File

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