guix-commits
[Top][All Lists]
Advanced

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

69/112: gnu: libxcb: Update to 1.17.0.


From: guix-commits
Subject: 69/112: gnu: libxcb: Update to 1.17.0.
Date: Thu, 9 Jan 2025 07:26:21 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit c2617046b781d960da9c8b8ab43e99fac4f6374a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Dec 28 18:15:32 2024 +0800

    gnu: libxcb: Update to 1.17.0.
    
    * gnu/packages/xorg.scm (libxcb): Update to 1.17.0.
    [propagated-inputs]: Remove libpthread-stubs.
    [inputs]: Remove libxslt.  Add check.
    
    Change-Id: I6afb9c49008f86d525045b971c51ebc05922b63c
---
 gnu/packages/xorg.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ed80552b76..6ef59df2d0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5033,7 +5033,7 @@ protocol.")
 (define-public libxcb
   (package
     (name "libxcb")
-    (version "1.15")
+    (version "1.17.0")
     (source
       (origin
         (method url-fetch)
@@ -5041,13 +5041,14 @@ protocol.")
                             "libxcb-" version ".tar.xz"))
         (sha256
           (base32
-           "0nd035rf83xf531cnjzsf9ykb5w9rdzz6bbyhi683xkwh57p8f6c"))))
+           "0mbdkajqhg0j0zjc9a2z1qyv9mca797ihvifc9qyl3vijscvz7jr"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))                      ;5.5 MiB of man pages
     (propagated-inputs
-      (list libpthread-stubs libxau libxdmcp))
+      (list libxau libxdmcp))
     (inputs
-      (list xcb-proto libxslt))
+      (list xcb-proto
+            check))                               ;for tests
     (native-inputs
      (list pkg-config python-minimal-wrapper))
     (arguments



reply via email to

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