guix-patches
[Top][All Lists]
Advanced

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

[bug#75160] [PATCH xorg-updates 092/109] gnu: libpthread-stubs: Update t


From: iyzsong
Subject: [bug#75160] [PATCH xorg-updates 092/109] gnu: libpthread-stubs: Update to 0.5.
Date: Sat, 28 Dec 2024 19:16:03 +0800

From: 宋文武 <iyzsong@member.fsf.org>

* 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 b0aa740f19..d4c52fef75 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1207,17 +1207,17 @@ (define-public libpciaccess
 (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/";)
-- 
2.46.0






reply via email to

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