gnu: perl-x11-xcb: Update to 0.17.
* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.17.master
parent
fa964e96e6
commit
7349fed591
|
@ -5813,7 +5813,7 @@ programs that cannot use the window system directly.")
|
||||||
(define-public perl-x11-xcb
|
(define-public perl-x11-xcb
|
||||||
(package
|
(package
|
||||||
(name "perl-x11-xcb")
|
(name "perl-x11-xcb")
|
||||||
(version "0.16")
|
(version "0.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -5821,7 +5821,7 @@ programs that cannot use the window system directly.")
|
||||||
"X11-XCB-" version ".tar.gz"))
|
"X11-XCB-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14mnvr1001py2z1n43l18yaw0plwvjg5pcsyc7k81sa0amw8ahzw"))))
|
"12qyf98s5hbybmh0mblpz50c00i68srq73w5rw31m2dhclj8n96q"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Disable parallel build to prevent a race condition.
|
'(;; Disable parallel build to prevent a race condition.
|
||||||
|
|
Reference in New Issue