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

* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.3.
[source]: Change to bz2 archive.
master
Marius Bakke 2017-03-29 11:29:18 +02:00
parent ece42cb381
commit 2657fb6381
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -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)