gnu: xcb-util-cursor: Update to 0.1.4.

* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.4.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent efd56f957b
commit 55c7b83b5a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5602,14 +5602,14 @@ (define-public xcb-util
(define-public xcb-util-cursor
(package
(name "xcb-util-cursor")
(version "0.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://xcb.freedesktop.org/dist/"
"xcb-util-cursor-" version ".tar.bz2"))
(sha256
(base32
"0krr4rcw6r42cncinzvzzdqnmxk3nrgpnadyg2h8k9x10q3hm885"))))
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://xcb.freedesktop.org/dist/"
"xcb-util-cursor-" version ".tar.xz"))
(sha256
(base32 "1yria9h0vqpblkgzqhpygk3rraijd3mmipg0mdhkayxbpj8gxp18"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))