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
View this message in rfc822 format
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xorg.scm (xauth): Update to 1.1.3.
Change-Id: Id269e2226f1901cf5d644240869c7a708f5eee77
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index d51d2bdfa3..749151a533 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2073,14 +2073,14 @@ (define-public x11perf
(define-public xauth
(package
(name "xauth")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/app/xauth-" version
".tar.xz"))
(sha256
- (base32 "0072ivzn4z59ysanz838nh8s4mcmdsx6q9xkvlfysv2k37ynmfkq"))))
+ (base32 "0cwxzq7lv932rcfad3baanr541qcjjdhyrhxy0bzjcp3pac581z7"))))
(build-system gnu-build-system)
(inputs
(list libxmu libxext libxau libx11))
--
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.