[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: xcb-util-renderutil: Update to 0.3.9.
From: |
Andreas Enge |
Subject: |
06/06: gnu: xcb-util-renderutil: Update to 0.3.9. |
Date: |
Thu, 20 Nov 2014 22:52:11 +0000 |
andreas pushed a commit to branch wip-qt
in repository guix.
commit 77cb4787f191f9084600651e96d570b3a9f0b447
Author: Andreas Enge <address@hidden>
Date: Thu Nov 20 23:46:40 2014 +0100
gnu: xcb-util-renderutil: Update to 0.3.9.
* gnu/packages/xorg.scm (xcb-util-renderutil): Update to 0.3.9.
---
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 fa00821..41c6a03 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4770,14 +4770,14 @@ keysyms: Standard X key constants and conversion
to/from keycodes.")
(define-public xcb-util-renderutil
(package
(name "xcb-util-renderutil")
- (version "0.3.8")
+ (version "0.3.9")
(source (origin
(method url-fetch)
(uri (string-append "http://xcb.freedesktop.org/dist/" name "-"
version ".tar.bz2"))
(sha256
(base32
- "0lkl9ij9b447c0br2qc5qsynjn09c4fdz7sd6yp7pyi8az2sb2cp"))))
+ "0nza1csdvvxbmk8vgv8vpmq7q8h05xrw3cfx9lwxd1hjzd47xsf6"))))
(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, 2014/11/20
- 06/06: gnu: xcb-util-renderutil: Update to 0.3.9.,
Andreas Enge <=
- 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