guix-commits
[Top][All Lists]
Advanced

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

12/64: gnu: libxdmcp: Update to 1.1.2.


From: Andy Wingo
Subject: 12/64: gnu: libxdmcp: Update to 1.1.2.
Date: Thu, 18 Feb 2016 21:03:22 +0000

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

commit 526ee2900f99ced7765146c4e99e66d826f26b80
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:03:54 2016 +0100

    gnu: libxdmcp: Update to 1.1.2.
    
    * gnu/packages/xorg.scm (libxdmcp): Update to 1.1.2.
---
 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 1e62e21..dd68c74 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1272,7 +1272,7 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
 (define-public libxdmcp
   (package
     (name "libxdmcp")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
       (origin
         (method url-fetch)
@@ -1282,7 +1282,7 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
                ".tar.bz2"))
         (sha256
           (base32
-            "13highx4xpgkiwykpcl7z2laslrjc4pzi4h617ny9p7r6116vkls"))))
+            "1qp4yhxbfnpj34swa0fj635kkihdkwaiw7kf55cg5zqqg630kzl1"))))
     (build-system gnu-build-system)
     (inputs
       `(("xproto" ,xproto)))



reply via email to

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