gnu: freetype: Update to 2.7.1.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 26 Feb 2017 20:59:50 +0000 (22:59 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 26 Feb 2017 21:16:05 +0000 (23:16 +0200)
* gnu/packages/fontutils.scm (freetype): Update to 2.7.1.

gnu/packages/fontutils.scm

index ad15659..ea324d3 100644 (file)
 (define-public freetype
   (package
    (name "freetype")
-   (version "2.7")
+   (version "2.7.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://savannah/freetype/freetype-"
                                 version ".tar.bz2"))
             (sha256 (base32
-                     "0j3xgzn6pchgg1nm294vhx7cdicb7x3x8kwnlcm7v1alnzsm396n"))))
+                     "121gm15ayfg3rglby8ifh8384mcjb9dhmx9j40zl7yszw72b4frs"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)))