guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/14: gnu: freetype: Update to 2.10.0.


From: guix-commits
Subject: 01/14: gnu: freetype: Update to 2.10.0.
Date: Sun, 16 Jun 2019 03:44:54 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit fefa75f39898bda746bf8119104ab42571ec10f0
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 4 18:07:20 2019 +0200

    gnu: freetype: Update to 2.10.0.
    
    * gnu/packages/fontutils.scm (freetype): Update to 2.10.0.
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 820dd6f..cddd067 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -57,13 +57,13 @@
 (define-public freetype
   (package
    (name "freetype")
-   (version "2.9.1")
+   (version "2.10.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://savannah/freetype/freetype-"
                                 version ".tar.bz2"))
             (sha256 (base32
-                     "0kg8w6qyiizlyzh4a8lpzslipcbv96hcg3rqqpnxba8ffbm8g3fv"))))
+                     "01mybx78n3n9dhzylbrdy42wxdwfn8rp514qdkzjy6b5ij965k7w"))))
    (build-system gnu-build-system)
    (arguments
     ;; The use of "freetype-config" is deprecated, but other packages still



reply via email to

[Prev in Thread] Current Thread [Next in Thread]