diff options
author | 宋文武 <[email protected]> | 2024-12-28 19:01:05 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:26 +0800 |
commit | 1e9f2ee421c9c2e53a27f06b47d674f9c2bf9785 (patch) | |
tree | c2e5d04026de8f0b535b8277f645d670cf947ace | |
parent | 5c49729a9330cb808c75f40688717edbbb39d459 (diff) |
gnu: libpthread-stubs: Update to 0.5.
* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.5.
Change-Id: If4c7921ef484a73d802963a42e7ca44e3020d1a8
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files 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/") |