guix-commits
[Top][All Lists]
Advanced

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

11/19: gnu: fontconfig: Update to 2.14.0.


From: guix-commits
Subject: 11/19: gnu: fontconfig: Update to 2.14.0.
Date: Thu, 8 Sep 2022 15:45:20 -0400 (EDT)

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

commit 70541df5cc84022b8f5302a83e2ad80dd3a32647
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 14:06:09 2022 +0200

    gnu: fontconfig: Update to 2.14.0.
    
    * gnu/packages/fontutils.scm (fontconfig): Update to 2.14.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 f8d500d1c0..1eb850172a 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -992,14 +992,14 @@ Font Format (WOFF).")
   (hidden-package
    (package
      (name "fontconfig-minimal")
-     (version "2.13.94")
+     (version "2.14.0")
      (source (origin
                (method url-fetch)
                (uri (string-append
                      "https://www.freedesktop.org/software/";
                      "fontconfig/release/fontconfig-" version ".tar.xz"))
                (sha256 (base32
-                        
"0g004r0bkkqz00mpm3svnnxn7d83158q0yb9ggxryizxfg5m5w55"))
+                        
"1b4v1r94ri44p4a3kbwd38ig5jgdgcfgwdfm6fqzvfvlki6bignw"))
                (patches (search-patches 
"fontconfig-cache-ignore-mtime.patch"))))
      (build-system gnu-build-system)
      ;; In Requires or Requires.private of fontconfig.pc.



reply via email to

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