[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: xcb-proto: Update to 1.11.
From: |
Andreas Enge |
Subject: |
01/07: gnu: xcb-proto: Update to 1.11. |
Date: |
Fri, 21 Nov 2014 17:02:11 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit d1de5ff3b1ee28bfe651cf5b63ff0e3282ee9aa4
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 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 <=
- 02/07: gnu: libxcb: Update to 1.11., Andreas Enge, 2014/11/21
- 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