added libxcb version 1.11.1

This commit is contained in:
Gregory L. Lee 2015-10-05 12:59:26 -07:00
parent dd21a01dc4
commit 6fcf16b710

View File

@ -10,7 +10,7 @@ class Libxcb(Package):
url = "http://xcb.freedesktop.org/dist/libxcb-1.11.tar.gz"
version('1.11', '1698dd837d7e6e94d029dbe8b3a82deb')
version('1.11.1', '118623c15a96b08622603a71d8789bf3')
depends_on("python")
depends_on("xcb-proto")