guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: fontconfig: Update to 2.13.1.


From: Marius Bakke
Subject: 05/18: gnu: fontconfig: Update to 2.13.1.
Date: Sun, 9 Sep 2018 12:16:03 -0400 (EDT)

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

commit 529c36225a623aa1b89d3b10c589db7e5cae0f99
Author: Marius Bakke <address@hidden>
Date:   Fri Sep 7 14:28:46 2018 +0200

    gnu: fontconfig: Update to 2.13.1.
    
    * gnu/packages/fontutils.scm (fontconfig): Update to 2.13.1.
---
 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 69e35cd..2ea4ff0 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -237,14 +237,14 @@ fonts to/from the WOFF2 format.")
 (define-public fontconfig
   (package
    (name "fontconfig")
-   (version "2.13.0")
+   (version "2.13.1")
    (source (origin
             (method url-fetch)
             (uri (string-append
                    
"https://www.freedesktop.org/software/fontconfig/release/fontconfig-";
                    version ".tar.bz2"))
             (sha256 (base32
-                     "1fgf28zgsqh7x6dw30n6zi9z679gx6dyfyahp55z7dsm454yipci"))))
+                     "0hb700a68kk0ip51wdlnjjc682kvlrmb6q920mzajykdk0mdsmgn"))))
    (build-system gnu-build-system)
    ;; In Requires or Requires.private of fontconfig.pc.
    (propagated-inputs `(("expat" ,expat)



reply via email to

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