diff options
author | 宋文武 <[email protected]> | 2024-12-28 18:09:16 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:25 +0800 |
commit | da79c035d46578687e99bd726db36155deb827f5 (patch) | |
tree | 78dec56d93aa07637163a69972e351bd1b33f756 | |
parent | c3dbd5cb1e79be05c20d310a220e584aa1a8413d (diff) |
gnu: libxext: Update to 1.3.6.
* gnu/packages/xorg.scm (libxext): Update to 1.3.6.
Change-Id: Iaf262bde3601f7b18f77a48c26d2948ba9bd59af
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8d3385c30b..178e8bf329 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4492,17 +4492,17 @@ cannot be adequately worked around on the client side of the wire.") (define-public libxext (package (name "libxext") - (version "1.3.4") + (version "1.3.6") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/lib/libXext-" version - ".tar.bz2")) + ".tar.xz")) (sha256 (base32 - "0azqxllcsfxc3ilhz6kwc6x7m8wc477p59ir9p0yrsldx766zbar")))) + "0lwpx0b7lid47pff6dagp5h63bi0b3gsy05lqpyhbr4l76i9zdgd")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;man pages represent 40% of the total (arguments |