guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/14: gnu: perl-x11-xcb: Update to 0.17.


From: Tobias Geerinckx-Rice
Subject: 14/14: gnu: perl-x11-xcb: Update to 0.17.
Date: Tue, 27 Feb 2018 10:50:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7349fed5918e284ae5014c3bf3a230fc62a9e13b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 27 16:46:13 2018 +0100

    gnu: perl-x11-xcb: Update to 0.17.
    
    * gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.17.
---
 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 3a488ce..78f99f3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5813,7 +5813,7 @@ programs that cannot use the window system directly.")
 (define-public perl-x11-xcb
   (package
     (name "perl-x11-xcb")
-    (version "0.16")
+    (version "0.17")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5821,7 +5821,7 @@ programs that cannot use the window system directly.")
                     "X11-XCB-" version ".tar.gz"))
               (sha256
                (base32
-                "14mnvr1001py2z1n43l18yaw0plwvjg5pcsyc7k81sa0amw8ahzw"))))
+                "12qyf98s5hbybmh0mblpz50c00i68srq73w5rw31m2dhclj8n96q"))))
     (build-system perl-build-system)
     (arguments
      '(;; Disable parallel build to prevent a race condition.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]