gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14.

* gnu/packages/xorg.scm (libxaw3d): Update to 1.6.6.  Fixes build withg gcc-14.

Change-Id: Iaca9089f3d88e32086d013e799db48469d4374ab
This commit is contained in:
Janneke Nieuwenhuizen 2024-12-09 10:25:06 +01:00
parent 9a47b318fa
commit 316cff52c9
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -5901,7 +5901,7 @@ (define-public xinit
(define-public libxaw3d
(package
(name "libxaw3d")
(version "1.6.4")
(version "1.6.6")
(source
(origin
(method url-fetch)
@ -5911,7 +5911,7 @@ (define-public libxaw3d
".tar.xz"))
(sha256
(base32
"0484fn93jqjadc68gnrnjgx0pbgravq2i6ssbbrb13n69d9dy016"))))
"0il6vkm357c23wa39prhkaskrgxg080fggcbyaqidmjs2cvkw754"))))
(build-system gnu-build-system)
(propagated-inputs
(list libxext libxmu libxt))