me
/
guix
Archived
1
0
Fork 0

gnu: libxi: Update to 1.7.9.

* gnu/packages/xorg.scm (libxi): Update to 1.7.9.
master
Marius Bakke 2017-01-23 17:39:21 +01:00
parent 4c9c8a294e
commit c063f34f6b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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