diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-11-29 19:15:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-11-29 19:16:15 +0100 |
commit | 3084a9908434e4e7123d2fd3881c798977abedb9 (patch) | |
tree | 872400e54cd6c58bf966c137efd2ca48337c7330 /gnu | |
parent | cf7daaf5dae5d0ac4bbc4eda39db041f22b67cf4 (diff) |
gnu: libxi: Update to 1.7.8.
* gnu/packages/xorg.scm (libxi): Update to 1.7.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 9f9549b6b9..47f7eb8db6 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4884,7 +4884,7 @@ new API's in libXft, or the legacy API's in libX11.") (define-public libxi (package (name "libxi") - (version "1.7.7") + (version "1.7.8") (source (origin (method url-fetch) @@ -4894,7 +4894,7 @@ new API's in libXft, or the legacy API's in libX11.") ".tar.bz2")) (sha256 (base32 - "0c70n4aq0ba628wr88ih4740nci9d9f6y3v96sx376vvlm7q6vwr")))) + "1fr7mi4nbcxsa88qin9g2ipmzh595ydxy9qnabzl270laf6zmwnq")))) (build-system gnu-build-system) (propagated-inputs `(("inputproto" ,inputproto) |