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

commit bba0f4e900ef16d55ca563db122c3ed7f827d46c
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:26:15 2024 +0800

    gnu: libxaw3d: Update to 1.6.6.
    
    * gnu/packages/xorg.scm (libxaw3d): Update to 1.6.6.
    
    Change-Id: I50be7b6289c12e15289731083ffdfc58c061eebc
---
 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 62ce1e39e1..6bad02db16 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5859,7 +5859,7 @@ user-friendly mechanism to start the X server.")
 (define-public libxaw3d
   (package
     (name "libxaw3d")
-    (version "1.6.4")
+    (version "1.6.6")
     (source
       (origin
         (method url-fetch)
@@ -5869,7 +5869,7 @@ user-friendly mechanism to start the X server.")
                ".tar.xz"))
         (sha256
           (base32
-            "0484fn93jqjadc68gnrnjgx0pbgravq2i6ssbbrb13n69d9dy016"))))
+            "0il6vkm357c23wa39prhkaskrgxg080fggcbyaqidmjs2cvkw754"))))
     (build-system gnu-build-system)
     (propagated-inputs
       (list libxext libxmu libxt))

Reply via email to