guix-commits
[Top][All Lists]
Advanced

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

75/113: gnu: xcb-util-cursor: Update to 0.1.5.


From: guix-commits
Subject: 75/113: gnu: xcb-util-cursor: Update to 0.1.5.
Date: Mon, 27 Jan 2025 06:27:59 -0500 (EST)

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

commit 22befb0af1db09368fd4f7fa0c225510f9d8e0dc
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 18:19:12 2024 +0800

    gnu: xcb-util-cursor: Update to 0.1.5.
    
    * 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 75e13cc69b..b0fe304dab 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5574,14 +5574,14 @@ The XCB util module provides the following libraries:
 (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")))



reply via email to

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