[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: libxcb: Update to 1.11.
From: |
Andreas Enge |
Subject: |
02/07: gnu: libxcb: Update to 1.11. |
Date: |
Fri, 21 Nov 2014 17:02:13 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit f8f68c07493153b8c93dd7a05a85a4d247383c8e
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)
- branch master updated (9723ce5 -> ff53457), Andreas Enge, 2014/11/21
- 03/07: gnu: xcb-util: Update to 0.4.0., Andreas Enge, 2014/11/21
- 01/07: gnu: xcb-proto: Update to 1.11., Andreas Enge, 2014/11/21
- 02/07: gnu: libxcb: Update to 1.11.,
Andreas Enge <=
- 05/07: gnu: xcb-util-keysyms: Update to 0.4.0., Andreas Enge, 2014/11/21
- 04/07: gnu: xcb-util-image: Update to 0.4.0., Andreas Enge, 2014/11/21
- 06/07: gnu: xcb-util-renderutil: Update to 0.3.9., Andreas Enge, 2014/11/21
- 07/07: gnu: libxkbcommon: Update to 0.5.0., Andreas Enge, 2014/11/21