gnu: freetype: Update to 2.10.1.

* gnu/packages/fontutils.scm (freetype): Update to 2.10.1.
[source](uri): Adjust for new tarball name.
This commit is contained in:
Marius Bakke 2019-07-09 21:26:21 +02:00
parent 7fe6dcf708
commit e81b14f08d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -58,13 +58,13 @@ (define-module (gnu packages fontutils)
(define-public freetype
(package
(name "freetype")
(version "2.10.0")
(version "2.10.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/freetype/freetype-"
version ".tar.bz2"))
version ".tar.xz"))
(sha256 (base32
"01mybx78n3n9dhzylbrdy42wxdwfn8rp514qdkzjy6b5ij965k7w"))))
"0vx2dg1jh5kq34dd6ifpjywkpapp8a7p1bvyq9yq5zi1i94gmnqn"))))
(build-system gnu-build-system)
(arguments
;; The use of "freetype-config" is deprecated, but other packages still