summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-07-13 00:58:51 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-07-13 00:58:51 +0200
commitc148559f3026157db79ddd34ddc5a08b98497850 (patch)
treebcff663d452ad76fe4f43e549e72b8d57f0dcd4d /gnu
parente9a9298b9e43866f2d2421ab6699794ead040853 (diff)
downloadguix-c148559f3026157db79ddd34ddc5a08b98497850.tar.gz
gnu: libxinerama: Update to 1.1.4.
* gnu/packages/xorg.scm (libxinerama): Update to 1.1.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 8b316af211..abc733601a 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4584,7 +4584,7 @@ cannot be adequately worked around on the client side of the wire.")
 (define-public libxinerama
   (package
     (name "libxinerama")
-    (version "1.1.3")
+    (version "1.1.4")
     (source
       (origin
         (method url-fetch)
@@ -4594,7 +4594,7 @@ cannot be adequately worked around on the client side of the wire.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1qlqfvzw45gdzk9xirgwlp2qgj0hbsyiqj8yh8zml2bk2ygnjibs"))))
+            "086p0axqj57nvkaqa6r00dnr9kyrn1m8blgf0zjy25zpxkbxn200"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("xorgproto" ,xorgproto)))