aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-05-11 13:37:17 -0500
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:19 +0200
commitbe8352d190d664cb6667ad49ea2caf10d193d989 (patch)
treeba10f00195f52977ca02467fb9f33bcc2384a4a1 /gnu
parent547c19ed52eed5210cb17c4159bb69b253cf1f4e (diff)
downloadguix-be8352d190d664cb6667ad49ea2caf10d193d989.tar.gz
guix-be8352d190d664cb6667ad49ea2caf10d193d989.zip
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5fd90ed0b2..a7692a43c8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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")))