[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libpthread-stubs: Update to 0.4.
From: |
Marius Bakke |
Subject: |
01/01: gnu: libpthread-stubs: Update to 0.4. |
Date: |
Mon, 3 Apr 2017 09:30:02 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 7134ac4cc7ca8a8ccde5642b726513b7d1c9c3b1
Author: Marius Bakke <address@hidden>
Date: Mon Apr 3 15:27:24 2017 +0200
gnu: libpthread-stubs: Update to 0.4.
* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 635c183..5f9a59f 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/")