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

commit c8c142d7bf7e48e153e67040f1092fdbb9a57a0d
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 19:01:05 2024 +0800

    gnu: libpthread-stubs: Update to 0.5.
    
    * gnu/packages/xorg.scm (libpthread-stubs): Update to 0.5.
    
    Change-Id: If4c7921ef484a73d802963a42e7ca44e3020d1a8
---
 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 1cbdcf33b0..e814ad1351 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1208,17 +1208,17 @@ themselves.")
 (define-public libpthread-stubs
   (package
     (name "libpthread-stubs")
-    (version "0.4")
+    (version "0.5")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/xcb/libpthread-stubs-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "0cz7s9w8lqgzinicd4g36rjg08zhsbyngh0w68c3np8nlc8mkl74"))))
+            "1g224hyy694jch54357zc895z46r90xs193hg4m7rfnfxinmdnjr"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (home-page "https://www.x.org/wiki/";)

Reply via email to