From 427e7f713e23130a0ffcdaab91f4f4d3bf144569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 28 Dec 2024 18:17:18 +0800 Subject: [PATCH] gnu: libxcursor: Update to 1.2.3. * gnu/packages/xorg.scm (libxcursor): Update to 1.2.3. Change-Id: Ifede26a7bd9a8e6c882a172eeb949deefcd5e9fc --- gnu/packages/xorg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 59e94ecebecd45a9d9169064e81346716ce650af..833251a6a34cb579cb60447f0ad8210ff2c18a83 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")))