iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 24e3da9e7cc478e210ce810dda7a0c1c64b656b2
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:17:18 2024 +0800

    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 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")))

Reply via email to