3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libpthread-stubs: Update to 0.4.

* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
This commit is contained in:
Marius Bakke 2017-04-03 15:27:24 +02:00
parent 8c85cb1b9f
commit 7134ac4cc7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1120,7 +1120,7 @@ themselves.")
(define-public libpthread-stubs
(package
(name "libpthread-stubs")
(version "0.3")
(version "0.4")
(source
(origin
(method url-fetch)
@ -1130,7 +1130,7 @@ themselves.")
".tar.bz2"))
(sha256
(base32
"16bjv3in19l84hbri41iayvvg4ls9gv1ma0x0qlbmwy67i7dbdim"))))
"0cz7s9w8lqgzinicd4g36rjg08zhsbyngh0w68c3np8nlc8mkl74"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")