guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: libxcb: Update to 1.11.


From: Andreas Enge
Subject: 02/06: gnu: libxcb: Update to 1.11.
Date: Thu, 20 Nov 2014 22:52:09 +0000

andreas pushed a commit to branch wip-qt
in repository guix.

commit cdba8609e9595a5ceb9edc4dcb58cdf57857c5ad
Author: Andreas Enge <address@hidden>
Date:   Thu Nov 20 23:38:27 2014 +0100

    gnu: libxcb: Update to 1.11.
    
    * gnu/packages/xorg.scm (libxcb): Update to 1.11.
---
 gnu/packages/xorg.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ba359fc..e32fa30 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4424,7 +4424,7 @@ kernel mode setting (KMS).")
 (define-public libxcb
   (package
     (name "libxcb")
-    (version "1.8.1")
+    (version "1.11")
     (source
       (origin
         (method url-fetch)
@@ -4434,7 +4434,7 @@ kernel mode setting (KMS).")
                ".tar.bz2"))
         (sha256
           (base32
-            "03gspxcdl8r7jwbwg7fyp4cc6zic9z91amp4g5z0wwahx48nix6j"))))
+            "1xqgc81krx14f2c8yl5chzg5g2l26mhm2rwffy8dx7jv0iq5sqq3"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("libpthread-stubs" ,libpthread-stubs)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]