me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.4.
master
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
1 changed files with 8 additions and 8 deletions

View File

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