summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-20 23:43:17 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-21 18:01:22 +0100
commit6639292daa5decff14d6b1b8dd64f22b302de78d (patch)
tree2fdbf912eb45f5d8758ce50aa1989ae9e2dcd1de /gnu
parent01400dd602ae42e47e58488a3b89b53f1100b86b (diff)
downloadguix-6639292daa5decff14d6b1b8dd64f22b302de78d.tar.gz
gnu: xcb-util-image: Update to 0.4.0.
* gnu/packages/xorg.scm (xcb-util-image): Update to 0.4.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 37d704ab0c..bd1f3a97dd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)))