1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 05:51:19 +02:00

gnu: libxft: Update to 2.3.8.

* gnu/packages/xorg.scm (libxft): Update to 2.3.8.

Change-Id: I27b1e10ba700c700445c93267605ea53c481f122
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
msglm
2024-05-11 13:37:17 -05:00
committed by Ludovic Courtès
parent 547c19ed52
commit be8352d190

View File

@@ -1343,17 +1343,17 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
(define-public libxft
(package
(name "libxft")
(version "2.3.4")
(version "2.3.8")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXft-"
version
".tar.bz2"))
".tar.gz"))
(sha256
(base32
"1pdbr6gzfvixc791pjf42i9gg8wvfq6cpq6sdca04h4i42mxmpjp"))))
"1a3qybcvhdshgj1wynhsahdnrlmfv2wrjklyh1j2whj4v3i8zr1j"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))