guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75160] [PATCH xorg-updates 072/109] gnu: libxcursor: Update to 1.2.


From: iyzsong
Subject: [bug#75160] [PATCH xorg-updates 072/109] gnu: libxcursor: Update to 1.2.3.
Date: Sat, 28 Dec 2024 19:15:43 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* 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 2de33cce31..8adee50024 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5414,7 +5414,7 @@ (define-public libx11
 (define-public libxcursor
   (package
     (name "libxcursor")
-    (version "1.2.1")
+    (version "1.2.3")
     (source
      (origin
        (method url-fetch)
@@ -5422,7 +5422,7 @@ (define-public libxcursor
                            version ".tar.xz"))
        (sha256
         (base32
-         "011195an3w4xld3x0dr534kar1xjf52q96hmf0hgvfhh2rrl7ha6"))))
+         "1h62narayrhrkqalrmx7z3s6yppw1acbp5id3skrvrygshnl1sgx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]