diff options
author | Andy Wingo <wingo@igalia.com> | 2016-02-18 21:33:07 +0100 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-02-24 11:49:57 -0500 |
commit | f1aeae762d5aeed02d45c2aeb9a5e1064951d48c (patch) | |
tree | ccbebc853721d0a326c13d101b8e7a636b0d4aad | |
parent | 0eae6b2d912d3bc3b77ef06dff8239e58e2c31d4 (diff) | |
download | guix-f1aeae762d5aeed02d45c2aeb9a5e1064951d48c.tar guix-f1aeae762d5aeed02d45c2aeb9a5e1064951d48c.tar.gz |
gnu: libx11: Update to 1.6.3.
* gnu/packages/xorg.scm (libx11): Update to 1.6.3.
-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 f34bf5d492..f423435de7 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4985,7 +4985,7 @@ draggable titlebars and borders.") (define-public libx11 (package (name "libx11") - (version "1.6.2") + (version "1.6.3") (source (origin (method url-fetch) @@ -4995,7 +4995,7 @@ draggable titlebars and borders.") ".tar.bz2")) (sha256 (base32 - "05mx0s0vqzds3qjc1gmjr2s6x2ll37z4lfhgm7p2w7936zl2g81a")))) + "04c1vj53xq2xgyxx5vhln3wm2d76hh1n95fvs3myhligkz1sfcfg")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;8 MiB of man pages + XML |