guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: xhost: Update to 1.0.8.


From: guix-commits
Subject: 05/09: gnu: xhost: Update to 1.0.8.
Date: Wed, 20 Feb 2019 11:01:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit afee35bcfd4585161561588a065cf080093749f8
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 20 16:20:10 2019 +0100

    gnu: xhost: Update to 1.0.8.
    
    * gnu/packages/xorg.scm (xhost): Update to 1.0.8.
    [home-page]: Set to source repository.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 5beb798..7b4125d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3648,7 +3648,7 @@ monitor via the X video mode extension.")
 (define-public xhost
   (package
     (name "xhost")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
       (origin
         (method url-fetch)
@@ -3658,7 +3658,7 @@ monitor via the X video mode extension.")
                ".tar.bz2"))
         (sha256
           (base32
-            "16n26xw6l01zq31d4qvsaz50misvizhn7iihzdn5f7s72pp1krlk"))))
+            "15n3mnd4i5kh4z32qv11580qjgvnng0wry2y753ljrqkkrbkrp52"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxmu" ,libxmu)
@@ -3666,7 +3666,7 @@ monitor via the X video mode extension.")
         ("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
-    (home-page "https://www.x.org/wiki/";)
+    (home-page "https://gitlab.freedesktop.org/xorg/app/xhost";)
     (synopsis "Xorg server access control utility")
     (description
      "XHost is used to manage the list of host names or user names



reply via email to

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