summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-20 23:41:39 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-21 18:01:21 +0100
commit01400dd602ae42e47e58488a3b89b53f1100b86b (patch)
treea08f562e5fd8f2c733f4d77e38cf36d819e99278
parentf8f68c07493153b8c93dd7a05a85a4d247383c8e (diff)
downloadguix-01400dd602ae42e47e58488a3b89b53f1100b86b.tar.gz
gnu: xcb-util: Update to 0.4.0.
* gnu/packages/xorg.scm (xcb-util): Update to 0.4.0.
-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 e32fa300ce..37d704ab0c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4676,14 +4676,14 @@ kernel mode setting (KMS).")
 (define-public xcb-util
   (package
     (name "xcb-util")
-    (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
-               "1i0qbhqkcdlbbsj7ifkyjsffl61whj24d3zlg5pxf3xj1af2a4f6"))))
+               "1sahmrgbpyki4bb72hxym0zvxwnycmswsxiisgqlln9vrdlr9r26"))))
     (build-system gnu-build-system)
     (propagated-inputs
      `(("libxcb" ,libxcb)))