guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/113: gnu: xauth: Update to 1.1.3.


From: guix-commits
Subject: 27/113: gnu: xauth: Update to 1.1.3.
Date: Wed, 22 Jan 2025 05:07:12 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 2ac9f4fd5e3114753009ffc04d5ad220d16c8cbb
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:49:49 2024 +0800

    gnu: xauth: Update to 1.1.3.
    
    * 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 432f22f156..479fbe7dcd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2074,14 +2074,14 @@ server.")
 (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]