gnu: libxfixes: Update to 5.0.2.

* gnu/packages/xorg.scm (libxfixes): Update to 5.0.2.
master
Efraim Flashner 2016-08-27 23:23:05 +03:00
parent a9c326787d
commit 12f92559c5
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -4799,7 +4799,7 @@ an X Window System display.")
(define-public libxfixes
(package
(name "libxfixes")
(version "5.0.1")
(version "5.0.2")
(source
(origin
(method url-fetch)
@ -4809,7 +4809,7 @@ an X Window System display.")
".tar.bz2"))
(sha256
(base32
"0rs7qgzr6dpr62db7sd91c1b47hzhzfr010qwnpcm8sg122w1gk3"))))
"1slsk898386xii0r3l7szwwq3s6y2m4dsj0x93ninjh8xkghxllv"))))
(build-system gnu-build-system)
(propagated-inputs
`(("fixesproto" ,fixesproto)))