guix-commits
[Top][All Lists]
Advanced

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

46/64: gnu: xhost: Update to 1.0.7.


From: Andy Wingo
Subject: 46/64: gnu: xhost: Update to 1.0.7.
Date: Thu, 18 Feb 2016 21:31:38 +0000

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

commit 3beef7ee89bfcdefdfd7d5d000c18d873101840c
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:29:33 2016 +0100

    gnu: xhost: Update to 1.0.7.
    
    * gnu/packages/xorg.scm (xhost): Update to 1.0.7.
---
 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 5614bda..7dc3481 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3529,7 +3529,7 @@ monitor via the X video mode extension.")
 (define-public xhost
   (package
     (name "xhost")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
       (origin
         (method url-fetch)
@@ -3539,7 +3539,7 @@ monitor via the X video mode extension.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1hlxm0is9nks1cx033s1733kkib9ivx2bxa3pb9yayqavwibkxd6"))))
+            "16n26xw6l01zq31d4qvsaz50misvizhn7iihzdn5f7s72pp1krlk"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxmu" ,libxmu)



reply via email to

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