diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:03:54 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | ccca0efe1391ece879a3652d62ef7a52de296146 (patch) | |
tree | a83c0c381fd5dc4363d4d35582e5c00ea83168ac | |
parent | 34a9b4e5a15d3add72f335a85d70c00a48c7e442 (diff) | |
download | guix-ccca0efe1391ece879a3652d62ef7a52de296146.tar guix-ccca0efe1391ece879a3652d62ef7a52de296146.tar.gz |
gnu: libxdmcp: Update to 1.1.2.
* gnu/packages/xorg.scm (libxdmcp): Update to 1.1.2.
-rw-r--r-- | 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 23331b2ffa..d3fb7d4ee0 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))) |