guix-commits
[Top][All Lists]
Advanced

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

09/64: gnu: libxshmfence: Update to 1.2.


From: Andy Wingo
Subject: 09/64: gnu: libxshmfence: Update to 1.2.
Date: Thu, 18 Feb 2016 21:02:01 +0000

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

commit 8b735cf3d975a686cca837a02bf64362589fa68a
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:01:24 2016 +0100

    gnu: libxshmfence: Update to 1.2.
    
    * gnu/packages/xorg.scm (libxshmfence): Update to 1.2.
---
 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 b17bebe..11e0632d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1049,7 +1049,7 @@ of new capabilities and controls for text keyboards.")
 (define-public libxshmfence
   (package
     (name "libxshmfence")
-    (version "1.1")
+    (version "1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1057,7 +1057,7 @@ of new capabilities and controls for text keyboards.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1gnfb1z8sbbdc3xpz1zmm94lv7yvfh4kvip9s5pj37ya4llxphnv"))))
+                "032b0nlkdrpbimdld4gqvhqx53rzn8fawvf1ybhzn7lcswgjs6yj"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (inputs `(("xproto" ,xproto)))



reply via email to

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