@@ 5304,14 5304,14 @@ The XCB util module provides the following libraries:
(define-public xcb-util-cursor
(package
(name "xcb-util-cursor")
- (version "0.1.2")
+ (version "0.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://xcb.freedesktop.org/dist/"
- "xcb-util-cursor-" version ".tar.gz"))
+ "xcb-util-cursor-" version ".tar.bz2"))
(sha256
(base32
- "0bm0mp99abdfb6v4v60hq3msvk67b2x9ml3kbx5y2g18xdhm3rdr"))))
+ "0krr4rcw6r42cncinzvzzdqnmxk3nrgpnadyg2h8k9x10q3hm885"))))
(build-system gnu-build-system)
(native-inputs
`(("m4" ,m4)