guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

56/64: gnu: libxi: Update to 1.7.6.


From: Andy Wingo
Subject: 56/64: gnu: libxi: Update to 1.7.6.
Date: Thu, 18 Feb 2016 21:39:49 +0000

wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.

commit f562c730bda5c02f1dea1c565d702020840e2c70
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:32:07 2016 +0100

    gnu: libxi: Update to 1.7.6.
    
    * gnu/packages/xorg.scm (libxi): Update to 1.7.6.
---
 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 df330af..205edb7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4710,7 +4710,7 @@ new API's in libXft, or the legacy API's in libX11.")
 (define-public libxi
   (package
     (name "libxi")
-    (version "1.7.4")
+    (version "1.7.6")
     (source
       (origin
         (method url-fetch)
@@ -4720,7 +4720,7 @@ new API's in libXft, or the legacy API's in libX11.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0i12lj973grlp9fa79v0vh9cahk3nf9csdjnf81iip0qcrlc5zrc"))))
+            "1b5p0l19ynmd6blnqr205wyngh6fagl35nqb4v05dw60rr9aachz"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("inputproto" ,inputproto)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]