gnu: libxext: Update to 1.3.4.

* gnu/packages/xorg.scm (libxext): Update to 1.3.4.
master
Marius Bakke 2019-03-17 14:05:07 +01:00
parent 165d7c0127
commit 40916d637a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -4560,7 +4560,7 @@ cannot be adequately worked around on the client side of the wire.")
(define-public libxext (define-public libxext
(package (package
(name "libxext") (name "libxext")
(version "1.3.3") (version "1.3.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4570,7 +4570,7 @@ cannot be adequately worked around on the client side of the wire.")
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0dbfn5bznnrhqzvkrcmw4c44yvvpwdcsrvzxf4rk27r36b9x865m")))) "0azqxllcsfxc3ilhz6kwc6x7m8wc477p59ir9p0yrsldx766zbar"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("xorgproto" ,xorgproto))) `(("xorgproto" ,xorgproto)))