gnu: fontconfig: Update to 2.13.94.

* gnu/packages/fontutils.scm (fontconfig): Update to 2.13.94.
This commit is contained in:
Marius Bakke 2021-07-19 20:48:44 +02:00
parent 2fa26446a1
commit 07e9bd7734
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -325,14 +325,15 @@ Font Format (WOFF).")
(hidden-package (hidden-package
(package (package
(name "fontconfig-minimal") (name "fontconfig-minimal")
(version "2.13.93") (version "2.13.94")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://www.freedesktop.org/software/" "https://www.freedesktop.org/software/"
"fontconfig/release/fontconfig-" version ".tar.xz")) "fontconfig/release/fontconfig-" version ".tar.xz"))
(sha256 (base32 (sha256
"1850q4k80yxma5g3yxkvyv8i5a3xqzswwml8gjy3jmywx8qqd5pa")) (base32
"0g004r0bkkqz00mpm3svnnxn7d83158q0yb9ggxryizxfg5m5w55"))
(patches (search-patches "fontconfig-cache-ignore-mtime.patch")))) (patches (search-patches "fontconfig-cache-ignore-mtime.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
;; In Requires or Requires.private of fontconfig.pc. ;; In Requires or Requires.private of fontconfig.pc.