mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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:
parent
01400dd602
commit
6639292daa
1 changed files with 2 additions and 2 deletions
|
@ -4708,14 +4708,14 @@ event: Some utilities that have little to do with events any more.")
|
|||
(define-public xcb-util-image
|
||||
(package
|
||||
(name "xcb-util-image")
|
||||
(version "0.3.9")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pr1l1nkg197gyl9d0fpwmn72jqpxjfgn9y13q4gawg1m873qnnk"))))
|
||||
"1z1gxacg7q4cw6jrd26gvi5y04npsyavblcdad1xccc8swvnmf9d"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libxcb" ,libxcb)))
|
||||
|
|
Loading…
Reference in a new issue