diff options
| author | Marius Bakke <marius@gnu.org> | 2021-07-19 20:48:44 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:45 +0200 |
| commit | 07e9bd7734ca4c16187732b01eb2eba3a4b99ed7 (patch) | |
| tree | 22476537a55d8a7d7565cf311d1ae23dcbcb2001 | |
| parent | 2fa26446a186664c6364de0536380e43113dc95f (diff) | |
gnu: fontconfig: Update to 2.13.94.
* gnu/packages/fontutils.scm (fontconfig): Update to 2.13.94.
| -rw-r--r-- | gnu/packages/fontutils.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index b7ac19f00f4..b4ef9f5c24e 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -325,14 +325,15 @@ Font Format (WOFF).") | |||
| 325 | (hidden-package | 325 | (hidden-package |
| 326 | (package | 326 | (package |
| 327 | (name "fontconfig-minimal") | 327 | (name "fontconfig-minimal") |
| 328 | (version "2.13.93") | 328 | (version "2.13.94") |
| 329 | (source (origin | 329 | (source (origin |
| 330 | (method url-fetch) | 330 | (method url-fetch) |
| 331 | (uri (string-append | 331 | (uri (string-append |
| 332 | "https://www.freedesktop.org/software/" | 332 | "https://www.freedesktop.org/software/" |
| 333 | "fontconfig/release/fontconfig-" version ".tar.xz")) | 333 | "fontconfig/release/fontconfig-" version ".tar.xz")) |
| 334 | (sha256 (base32 | 334 | (sha256 |
| 335 | "1850q4k80yxma5g3yxkvyv8i5a3xqzswwml8gjy3jmywx8qqd5pa")) | 335 | (base32 |
| 336 | "0g004r0bkkqz00mpm3svnnxn7d83158q0yb9ggxryizxfg5m5w55")) | ||
| 336 | (patches (search-patches "fontconfig-cache-ignore-mtime.patch")))) | 337 | (patches (search-patches "fontconfig-cache-ignore-mtime.patch")))) |
| 337 | (build-system gnu-build-system) | 338 | (build-system gnu-build-system) |
| 338 | ;; In Requires or Requires.private of fontconfig.pc. | 339 | ;; In Requires or Requires.private of fontconfig.pc. |
