guix-commits
[Top][All Lists]
Advanced

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

07/64: gnu: iceauth: Update to 1.0.7.


From: Andy Wingo
Subject: 07/64: gnu: iceauth: Update to 1.0.7.
Date: Thu, 18 Feb 2016 20:59:26 +0000

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

commit 5509934127b3596be81443ff18c125eb1d9d8c82
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:00:45 2016 +0100

    gnu: iceauth: Update to 1.0.7.
    
    * gnu/packages/xorg.scm (iceauth): 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 63beee6..626a8f8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -939,7 +939,7 @@ rendering commands to the X server.")
 (define-public iceauth
   (package
     (name "iceauth")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
       (origin
         (method url-fetch)
@@ -949,7 +949,7 @@ rendering commands to the X server.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1x72y99dxf2fxnlyf0yrf9yzd8xzimxshy6l8mprwhrv6lvhi6dx"))))
+            "02izdyzhwpgiyjd8brzilwvwnfr72ncjb6mzz3y1icwrxqnsy5hj"))))
     (build-system gnu-build-system)
     (inputs
       `(("libice" ,libice)))



reply via email to

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