guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: libxcb: Update to 1.14.


From: guix-commits
Subject: 08/15: gnu: libxcb: Update to 1.14.
Date: Thu, 26 Mar 2020 17:40:27 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit eac7966f0d90fdd5c2ccd488bd08175f968faf2d
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 26 15:23:22 2020 +0100

    gnu: libxcb: Update to 1.14.
    
    * gnu/packages/xorg.scm (libxcb): Update to 1.14.
    [source](uri): Change to .xz tarball.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a608672..c1ff664 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5201,15 +5201,15 @@ protocol.")
 (define-public libxcb
   (package
     (name "libxcb")
-    (version "1.13")
+    (version "1.14")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "https://xcb.freedesktop.org/dist/";
-                            "libxcb-" version ".tar.bz2"))
+                            "libxcb-" version ".tar.xz"))
         (sha256
           (base32
-           "1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q"))))
+           "0d2chjgyn5lr9sfhacfvqgnj9l9faz11vn322a06jd6lk3dxcpm5"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("libpthread-stubs" ,libpthread-stubs)



reply via email to

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