summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <[email protected]>2024-12-28 18:17:18 +0800
committer宋文武 <[email protected]>2025-01-31 16:39:25 +0800
commit427e7f713e23130a0ffcdaab91f4f4d3bf144569 (patch)
treefb6797151a8ee2b4b90b4c0014f15c46fd7c743f /gnu
parenta281f64e272139d8f9c246112f547df54f929903 (diff)
gnu: libxcursor: Update to 1.2.3.
* gnu/packages/xorg.scm (libxcursor): Update to 1.2.3. Change-Id: Ifede26a7bd9a8e6c882a172eeb949deefcd5e9fc
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 59e94ecebe..833251a6a3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5416,7 +5416,7 @@ Wayland.")
(define-public libxcursor
(package
(name "libxcursor")
- (version "1.2.1")
+ (version "1.2.3")
(source
(origin
(method url-fetch)
@@ -5424,7 +5424,7 @@ Wayland.")
version ".tar.xz"))
(sha256
(base32
- "011195an3w4xld3x0dr534kar1xjf52q96hmf0hgvfhh2rrl7ha6"))))
+ "1h62narayrhrkqalrmx7z3s6yppw1acbp5id3skrvrygshnl1sgx"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))