guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: iceauth: Update to 1.0.8.


From: Marius Bakke
Subject: 01/03: gnu: iceauth: Update to 1.0.8.
Date: Tue, 6 Mar 2018 12:27:28 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6836c228ae538a06827b47c4f7bc94b02c087be9
Author: Marius Bakke <address@hidden>
Date:   Tue Mar 6 18:16:51 2018 +0100

    gnu: iceauth: Update to 1.0.8.
    
    * gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
---
 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 c63b872..3ae9369 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -918,7 +918,7 @@ rendering commands to the X server.")
 (define-public iceauth
   (package
     (name "iceauth")
-    (version "1.0.7")
+    (version "1.0.8")
     (source
       (origin
         (method url-fetch)
@@ -928,7 +928,7 @@ rendering commands to the X server.")
                ".tar.bz2"))
         (sha256
           (base32
-            "02izdyzhwpgiyjd8brzilwvwnfr72ncjb6mzz3y1icwrxqnsy5hj"))))
+            "1ik0mdidmyvy48hn8p2hwvf3535rf3m96hhf0mvcqrbj44x23vp6"))))
     (build-system gnu-build-system)
     (inputs
       `(("libice" ,libice)))



reply via email to

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