summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2024-05-11 13:37:17 -0500
committerGuix Patches Tester <>2024-06-09 18:07:56 +0200
commit9d202a976b4ebaf5552e79d4e4f5253f2c2cb4b8 (patch)
treef9241a129bfa31b5eafe81285d05c3b48da241bf
parent7dbf3753cc4dd2b6e6810252df2c146fcd5af757 (diff)
downloadguix-patches-issue-68828.tar
guix-patches-issue-68828.tar.gz
gnu: libxft: Update to 2.3.8issue-68828
* gnu/packages/xorg.scm (libxft): update to 2.3.8 Change-Id: I27b1e10ba700c700445c93267605ea53c481f122
-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 2e9d4ec503..d34a4bde8d 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")))