gnu: xcb-util-image: Update to 0.4.0.

* gnu/packages/xorg.scm (xcb-util-image): Update to 0.4.0.
This commit is contained in:
Andreas Enge 2014-11-20 23:43:17 +01:00
parent 01400dd602
commit 6639292daa

View file

@ -4708,14 +4708,14 @@ (define-public xcb-util
(define-public xcb-util-image (define-public xcb-util-image
(package (package
(name "xcb-util-image") (name "xcb-util-image")
(version "0.3.9") (version "0.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-" (uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1pr1l1nkg197gyl9d0fpwmn72jqpxjfgn9y13q4gawg1m873qnnk")))) "1z1gxacg7q4cw6jrd26gvi5y04npsyavblcdad1xccc8swvnmf9d"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("libxcb" ,libxcb))) `(("libxcb" ,libxcb)))