1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 23:55:54 +02:00

gnu: libpthread-stubs: Update to 0.5.

* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.5.

Change-Id: If4c7921ef484a73d802963a42e7ca44e3020d1a8
This commit is contained in:
宋文武
2024-12-28 19:01:05 +08:00
parent 5c49729a93
commit 1e9f2ee421
+3 -3
View File
@@ -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/")