gnu: perl-x11-xcb: Update to 0.18.

* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.18.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-26 17:02:48 +02:00
parent 429a332b1c
commit b106b78cf8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5778,7 +5778,7 @@ (define-public xterm
(define-public perl-x11-xcb
(package
(name "perl-x11-xcb")
(version "0.17")
(version "0.18")
(source (origin
(method url-fetch)
(uri (string-append
@ -5786,7 +5786,7 @@ (define-public perl-x11-xcb
"X11-XCB-" version ".tar.gz"))
(sha256
(base32
"12qyf98s5hbybmh0mblpz50c00i68srq73w5rw31m2dhclj8n96q"))))
"1cjpghw7cnackw20lbd7yzm222kz5bnrwz52f8ay24d1f4pwrnxf"))))
(build-system perl-build-system)
(arguments
'(;; Disable parallel build to prevent a race condition.