diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-08 18:24:19 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-08 18:30:41 +0100 |
commit | 236b7aed8267c1493b6ab76482a774643c1e11d5 (patch) | |
tree | 743973d5df761b4aae79da0e2fa2280f68cc202e /gnu/packages/xorg.scm | |
parent | 460d07b4631a0f87c8a12aed09452a1cf5826528 (diff) | |
download | patches-236b7aed8267c1493b6ab76482a774643c1e11d5.tar patches-236b7aed8267c1493b6ab76482a774643c1e11d5.tar.gz |
gnu: libxcb: Update to 1.13.
* gnu/packages/xorg.scm (libxcb): Update to 1.13.
[source](patches): Remove.
* gnu/packages/patches/libxcb-python-3.5-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index d4d1b7b94e..14f08b2a1d 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5042,7 +5042,7 @@ protocol.") (define-public libxcb (package (name "libxcb") - (version "1.12") + (version "1.13") (source (origin (method url-fetch) @@ -5050,9 +5050,7 @@ protocol.") name "-" version ".tar.bz2")) (sha256 (base32 - "0nvv0la91cf8p5qqlb3r5xnmg1jn2wphn4fb5jfbr6byqsvv3psa")) - (patches - (search-patches "libxcb-python-3.5-compat.patch")))) + "1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q")))) (build-system gnu-build-system) (propagated-inputs `(("libpthread-stubs" ,libpthread-stubs) |