[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: xcb-proto: Update to 1.11.
From: |
Andreas Enge |
Subject: |
01/06: gnu: xcb-proto: Update to 1.11. |
Date: |
Thu, 20 Nov 2014 22:52:08 +0000 |
andreas pushed a commit to branch wip-qt
in repository guix.
commit 3d035543449b233f617400b39fceee6db9905a62
Author: Andreas Enge <address@hidden>
Date: Thu Nov 20 23:36:02 2014 +0100
gnu: xcb-proto: Update to 1.11.
* gnu/packages/xorg.scm (xcb-proto): 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 ca4d95b..ba359fc 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2038,7 +2038,7 @@ autotools system.")
(define-public xcb-proto
(package
(name "xcb-proto")
- (version "1.7.1")
+ (version "1.11")
(source
(origin
(method url-fetch)
@@ -2048,7 +2048,7 @@ autotools system.")
".tar.bz2"))
(sha256
(base32
- "0ds4qg6slidrzyz6q9ckq0a19hn6blzpnvciy4brh741gn49jpdd"))))
+ "0bp3f53l9fy5x3mn1rkj1g81aiyzl90wacwvqdgy831aa3kfxb5l"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config) ("python" ,python-wrapper)))
- branch wip-qt created (now 77cb478), Andreas Enge, 2014/11/20
- 02/06: gnu: libxcb: Update to 1.11., Andreas Enge, 2014/11/20
- 03/06: gnu: xcb-util: Update to 0.4.0., Andreas Enge, 2014/11/20
- 05/06: gnu: xcb-util-keysyms: Update to 0.4.0., Andreas Enge, 2014/11/20
- 06/06: gnu: xcb-util-renderutil: Update to 0.3.9., Andreas Enge, 2014/11/20
- 04/06: gnu: xcb-util-image: Update to 0.4.0., Andreas Enge, 2014/11/20
- 01/06: gnu: xcb-proto: Update to 1.11.,
Andreas Enge <=