guix-commits
[Top][All Lists]
Advanced

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

16/18: gnu: libice: Update to 1.0.10.


From: guix-commits
Subject: 16/18: gnu: libice: Update to 1.0.10.
Date: Wed, 31 Jul 2019 08:58:42 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 014d4c149594f8e7f0e74eefd7255a03946596f3
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 27 23:24:46 2019 +0200

    gnu: libice: Update to 1.0.10.
    
    * gnu/packages/xorg.scm (libice): 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 7c5268c..62ff420 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4786,7 +4786,7 @@ common definitions and porting layer.")
 (define-public libice
   (package
     (name "libice")
-    (version "1.0.9")
+    (version "1.0.10")
     (source
       (origin
         (method url-fetch)
@@ -4796,7 +4796,7 @@ common definitions and porting layer.")
                ".tar.bz2"))
         (sha256
           (base32
-            "00p2b6bsg6kcdbb39bv46339qcywxfl4hsrz8asm4hy6q7r34w4g"))))
+            "0j638yvmyna2k4mz465jywgdybgdchdqppfx6xfazg7l5khxr1kg"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("xorgproto" ,xorgproto)))



reply via email to

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