GNU bug report logs -
#75160
[PATCH xorg-updates 000/109] Xorg updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sat, 28 Dec 2024 11:10:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #290 received at 75160 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xorg.scm (libxext): Update to 1.3.6.
Change-Id: Iaf262bde3601f7b18f77a48c26d2948ba9bd59af
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 02e25c0566..c9b4da2527 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4491,17 +4491,17 @@ (define-public libxdamage
(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
--
2.46.0
This bug report was last modified 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.