gnu: libxi: Update to 1.7.8.

* gnu/packages/xorg.scm (libxi): Update to 1.7.8.
This commit is contained in:
Tobias Geerinckx-Rice 2016-11-29 19:15:06 +01:00
parent cf7daaf5da
commit 3084a99084
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -4884,7 +4884,7 @@ new API's in libXft, or the legacy API's in libX11.")
(define-public libxi (define-public libxi
(package (package
(name "libxi") (name "libxi")
(version "1.7.7") (version "1.7.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4894,7 +4894,7 @@ new API's in libXft, or the legacy API's in libX11.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0c70n4aq0ba628wr88ih4740nci9d9f6y3v96sx376vvlm7q6vwr")))) "1fr7mi4nbcxsa88qin9g2ipmzh595ydxy9qnabzl270laf6zmwnq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("inputproto" ,inputproto) `(("inputproto" ,inputproto)