guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xauth: Update to 1.0.10.


From: Marius Bakke
Subject: 02/03: gnu: xauth: Update to 1.0.10.
Date: Mon, 30 Jan 2017 15:52:56 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit d14ad134f1bb3c3665dcab5855bfc09f5a9516f4
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 30 15:08:24 2017 +0100

    gnu: xauth: Update to 1.0.10.
    
    * gnu/packages/xorg.scm (xauth): Update to 1.0.10.
---
 gnu/packages/xorg.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6b460ed..9b977f7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1930,7 +1930,7 @@ server.")
 (define-public xauth
   (package
     (name "xauth")
-    (version "1.0.9")
+    (version "1.0.10")
     (source
       (origin
         (method url-fetch)
@@ -1940,7 +1940,7 @@ server.")
                ".tar.bz2"))
         (sha256
           (base32
-            "13y2invb0894b1in03jbglximbz6v31y2kr4yjjgica8xciibkjn"))))
+            "0kgwz9rmxjfdvi2syf8g0ms5rr5cgyqx4n0n1m960kyz7k745zjs"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxmu" ,libxmu)



reply via email to

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