guix-commits
[Top][All Lists]
Advanced

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

80/109: gnu: xcb-util-wm: Update to 0.4.2.


From: guix-commits
Subject: 80/109: gnu: xcb-util-wm: Update to 0.4.2.
Date: Sat, 28 Dec 2024 06:11:00 -0500 (EST)

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

commit 230e5bc767760d85bb8c96df4e495b79094a7666
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 18:25:49 2024 +0800

    gnu: xcb-util-wm: Update to 0.4.2.
    
    * gnu/packages/xorg.scm (xcb-util-wm): Update to 0.4.2.
    
    Change-Id: I65eba7c98605624944c1290bba6b07c2d6167e62
---
 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 bbae9eb475..e775d2a9b2 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5775,14 +5775,14 @@ The XCB util-renderutil module provides the following 
library:
 (define-public xcb-util-wm
   (package
     (name "xcb-util-wm")
-    (version "0.4.1")
+    (version "0.4.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://xorg/individual/xcb/"
-                                 name "-" version ".tar.bz2"))
+                                 name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0gra7hfyxajic4mjd63cpqvd20si53j1q3rbdlkqkahfciwq3gr8"))))
+               "02wai17mxfbvlnj4l4bjbvah97rccdivzvd7mrznhr32s0hlxhv2"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")



reply via email to

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