guix-commits
[Top][All Lists]
Advanced

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

66/116: gnu: xhost: Update to 1.0.6.


From: Mark H. Weaver
Subject: 66/116: gnu: xhost: Update to 1.0.6.
Date: Sat, 20 Dec 2014 04:38:42 +0000

mhw pushed a commit to branch xorg-updates
in repository guix.

commit 9248fd7f040bcc50de943750f2e37e17d075edf9
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 15:12:39 2014 -0500

    gnu: xhost: Update to 1.0.6.
    
    * gnu/packages/xorg.scm (xhost): Update to 1.0.6.
---
 gnu/packages/xorg.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e8906c6..85aad4e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3189,17 +3189,17 @@ kernel mode setting (KMS).")
 (define-public xhost
   (package
     (name "xhost")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/xhost-"
+               "mirror://xorg/individual/app/xhost-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "0l483y6wfrjh37j16b41kpi2nc7ss5rvndafpbaylrs87ygx2w18"))))
+            "1hlxm0is9nks1cx033s1733kkib9ivx2bxa3pb9yayqavwibkxd6"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxmu" ,libxmu)



reply via email to

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