summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-04-03 15:27:24 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-04-03 15:27:24 +0200
commit7134ac4cc7ca8a8ccde5642b726513b7d1c9c3b1 (patch)
tree39225b719803ebafdb0aa6997f769953783d1300
parent8c85cb1b9ff10de2df0f3395d0491c389b6596dd (diff)
downloadpatches-7134ac4cc7ca8a8ccde5642b726513b7d1c9c3b1.tar
patches-7134ac4cc7ca8a8ccde5642b726513b7d1c9c3b1.tar.gz
gnu: libpthread-stubs: Update to 0.4.
* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 635c1832a4..5f9a59f54e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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/")