[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: xcb-util-keysyms: Update to 0.4.0.
From: |
Andreas Enge |
Subject: |
05/06: gnu: xcb-util-keysyms: Update to 0.4.0. |
Date: |
Thu, 20 Nov 2014 22:52:10 +0000 |
andreas pushed a commit to branch wip-qt
in repository guix.
commit fb6d4132cb861fff536b8bb01a99553d9fcdb568
Author: Andreas Enge <address@hidden>
Date: Thu Nov 20 23:45:09 2014 +0100
gnu: xcb-util-keysyms: Update to 0.4.0.
* gnu/packages/xorg.scm (xcb-util-keysyms): Update to 0.4.0.
---
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 bd1f3a9..fa00821 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4740,14 +4740,14 @@ image: Port of Xlib's XImage and XShmImage functions.")
(define-public xcb-util-keysyms
(package
(name "xcb-util-keysyms")
- (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
- "0vjwk7vrcfnlhiadv445c6skfxmdrg5v4qf81y8s2s5xagqarqbv"))))
+ "1nbd45pzc1wm6v5drr5338j4nicbgxa5hcakvsvm5pnyy47lky0f"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libxcb" ,libxcb)))
- 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 <=
- 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, 2014/11/20