[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: perl-x11-xcb: Update to 0.18.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/07: gnu: perl-x11-xcb: Update to 0.18. |
Date: |
Fri, 26 Oct 2018 22:50:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b106b78cf8749c7077e01166a92b76c22ddd57a4
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Oct 26 17:02:48 2018 +0200
gnu: perl-x11-xcb: Update to 0.18.
* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.18.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 86b4470..852eef9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5778,7 +5778,7 @@ programs that cannot use the window system directly.")
(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 @@ programs that cannot use the window system directly.")
"X11-XCB-" version ".tar.gz"))
(sha256
(base32
- "12qyf98s5hbybmh0mblpz50c00i68srq73w5rw31m2dhclj8n96q"))))
+ "1cjpghw7cnackw20lbd7yzm222kz5bnrwz52f8ay24d1f4pwrnxf"))))
(build-system perl-build-system)
(arguments
'(;; Disable parallel build to prevent a race condition.
- branch master updated (829785c -> 3825b44), Tobias Geerinckx-Rice, 2018/10/26
- 05/07: gnu: parallel: Update to 20181022., Tobias Geerinckx-Rice, 2018/10/26
- 02/07: gnu: perl-x11-xcb: Update to 0.18.,
Tobias Geerinckx-Rice <=
- 03/07: gnu: gama: Update to 2.01., Tobias Geerinckx-Rice, 2018/10/26
- 01/07: gnu: flatbuffers: Update to 1.10.0., Tobias Geerinckx-Rice, 2018/10/26
- 04/07: gnu: gvpe: Update to 3.1., Tobias Geerinckx-Rice, 2018/10/26
- 06/07: gnu: units: Update to 2.18., Tobias Geerinckx-Rice, 2018/10/26
- 07/07: gnu: xmlsec-nss: Fix tests (and hence build)., Tobias Geerinckx-Rice, 2018/10/26