me
/
guix
Archived
1
0
Fork 0

gnu: libpthread-stubs: Update to 0.4.

* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

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