guix-commits
[Top][All Lists]
Advanced

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

90/113: gnu: libpthread-stubs: Update to 0.5.


From: guix-commits
Subject: 90/113: gnu: libpthread-stubs: Update to 0.5.
Date: Mon, 27 Jan 2025 06:28:01 -0500 (EST)

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

commit b16dbbd03d7ea92346bc256ef3a2fe2a20d45ac9
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
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

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