guix-commits
[Top][All Lists]
Advanced

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

29/49: gnu: fontconfig: Update to 2.13.94.


From: guix-commits
Subject: 29/49: gnu: fontconfig: Update to 2.13.94.
Date: Fri, 23 Jul 2021 11:33:09 -0400 (EDT)

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

commit 07e9bd7734ca4c16187732b01eb2eba3a4b99ed7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 19 20:48:44 2021 +0200

    gnu: fontconfig: Update to 2.13.94.
    
    * gnu/packages/fontutils.scm (fontconfig): Update to 2.13.94.
---
 gnu/packages/fontutils.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index b7ac19f..b4ef9f5 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -325,14 +325,15 @@ Font Format (WOFF).")
   (hidden-package
    (package
      (name "fontconfig-minimal")
-     (version "2.13.93")
+     (version "2.13.94")
      (source (origin
             (method url-fetch)
             (uri (string-append
                   "https://www.freedesktop.org/software/";
                   "fontconfig/release/fontconfig-" version ".tar.xz"))
-            (sha256 (base32
-                     "1850q4k80yxma5g3yxkvyv8i5a3xqzswwml8gjy3jmywx8qqd5pa"))
+            (sha256
+             (base32
+              "0g004r0bkkqz00mpm3svnnxn7d83158q0yb9ggxryizxfg5m5w55"))
              (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]