summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-17 14:03:56 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-17 17:01:18 +0100
commite2bf462b05b14b8ba7765720d2a2e9ababf570cf (patch)
tree76e57f6423a5c090d3eb6c33b6c559850b1a3b59 /gnu
parent6b95bf0b37c9e95fbe6e93cf78743392e7cb1b91 (diff)
downloadguix-patches-e2bf462b05b14b8ba7765720d2a2e9ababf570cf.tar
guix-patches-e2bf462b05b14b8ba7765720d2a2e9ababf570cf.tar.gz
gnu: libxdmcp: Update to 1.1.3.
* gnu/packages/xorg.scm (libxdmcp): Update to 1.1.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6471f2d630..3a7e69a82d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1300,7 +1300,7 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
(define-public libxdmcp
(package
(name "libxdmcp")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
@@ -1310,7 +1310,7 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
".tar.bz2"))
(sha256
(base32
- "1qp4yhxbfnpj34swa0fj635kkihdkwaiw7kf55cg5zqqg630kzl1"))))
+ "0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
(build-system gnu-build-system)
(inputs
`(("libbsd" ,libbsd)