iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 037fa132c6ab0b2ed71fefd40c46d1f6934b9d56
Author: Sou Bunnbu (宋文武) <[email protected]>
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")))