diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-17 14:05:07 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-17 17:01:19 +0100 |
commit | 40916d637a854818ac1c5c0264432d9f8b7f9d23 (patch) | |
tree | 9eda1df5d3be2f91463ffd7654e2f44a9efdc0f5 /gnu/packages/xorg.scm | |
parent | 165d7c01274a08fcfefcdf1d1656014fc4627601 (diff) |
gnu: libxext: Update to 1.3.4.
* gnu/packages/xorg.scm (libxext): Update to 1.3.4.
Diffstat (limited to 'gnu/packages/xorg.scm')
-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 920949ddac..2cab66eb3b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4560,7 +4560,7 @@ cannot be adequately worked around on the client side of the wire.") (define-public libxext (package (name "libxext") - (version "1.3.3") + (version "1.3.4") (source (origin (method url-fetch) @@ -4570,7 +4570,7 @@ cannot be adequately worked around on the client side of the wire.") ".tar.bz2")) (sha256 (base32 - "0dbfn5bznnrhqzvkrcmw4c44yvvpwdcsrvzxf4rk27r36b9x865m")))) + "0azqxllcsfxc3ilhz6kwc6x7m8wc477p59ir9p0yrsldx766zbar")))) (build-system gnu-build-system) (propagated-inputs `(("xorgproto" ,xorgproto))) |