mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libxi: Update to 1.7.9.
* gnu/packages/xorg.scm (libxi): Update to 1.7.9.
This commit is contained in:
parent
4c9c8a294e
commit
c063f34f6b
1 changed files with 2 additions and 2 deletions
|
@ -4793,7 +4793,7 @@ (define-public libxfont
|
|||
(define-public libxi
|
||||
(package
|
||||
(name "libxi")
|
||||
(version "1.7.8")
|
||||
(version "1.7.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4803,7 +4803,7 @@ (define-public libxi
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fr7mi4nbcxsa88qin9g2ipmzh595ydxy9qnabzl270laf6zmwnq"))))
|
||||
"0idg1wc01hndvaa820fvfs7phvd1ymf0lldmq6386i7rhkzvirn2"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("inputproto" ,inputproto)
|
||||
|
|
Loading…
Reference in a new issue