guix-patches
[Top][All Lists]
Advanced

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

[bug#75160] [PATCH xorg-updates 076/109] gnu: xcb-util-cursor: Update to


From: iyzsong
Subject: [bug#75160] [PATCH xorg-updates 076/109] gnu: xcb-util-cursor: Update to 0.1.5.
Date: Sat, 28 Dec 2024 19:15:47 +0800

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

* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.5.

Change-Id: I29e44b8b061fdf9d07db8f6c7b83da9fa1c27cf5
---
 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 56e05c2d40..973ed0c7d9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5572,14 +5572,14 @@ (define-public xcb-util
 (define-public xcb-util-cursor
   (package
     (name "xcb-util-cursor")
-    (version "0.1.4")
+    (version "0.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://xcb.freedesktop.org/dist/";
                            "xcb-util-cursor-" version ".tar.xz"))
        (sha256
-        (base32 "1yria9h0vqpblkgzqhpygk3rraijd3mmipg0mdhkayxbpj8gxp18"))))
+        (base32 "0mrwcrm6djbd5zdvqb5v4wr87bzawnaacyqwwhfghw09ssq9kbqc"))))
     (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]