guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libxi: Update to 1.7.9.


From: Marius Bakke
Subject: 01/01: gnu: libxi: Update to 1.7.9.
Date: Mon, 23 Jan 2017 17:04:05 +0000 (UTC)

mbakke pushed a commit to branch staging
in repository guix.

commit c063f34f6bbeaf1cf3351dbce3d8e7f1ff388bb2
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 23 17:39:21 2017 +0100

    gnu: libxi: Update to 1.7.9.
    
    * gnu/packages/xorg.scm (libxi): Update to 1.7.9.
---
 gnu/packages/xorg.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b780d47..bb3182f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)



reply via email to

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