[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/246: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14.
From: |
guix-commits |
Subject: |
31/246: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14. |
Date: |
Sun, 12 Jan 2025 10:21:21 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 316cff52c9676fa29dfa2d1780e2849c5979082f
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 9 10:25:06 2024 +0100
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
---
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 7d6b5dc46b..2ace4b1504 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5901,7 +5901,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)
@@ -5911,7 +5911,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))
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., (continued)
- 06/246: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/12
- 17/246: gnu: automake-1.16.5: Skip tests., guix-commits, 2025/01/12
- 15/246: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/12
- 18/246: gnu: bdb: Use automake-1.16.5., guix-commits, 2025/01/12
- 19/246: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/12
- 20/246: gnu: libstdc++: Fix build for linux with gcc-14., guix-commits, 2025/01/12
- 24/246: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2025/01/12
- 29/246: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2025/01/12
- 30/246: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2025/01/12
- 32/246: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2025/01/12
- 31/246: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14.,
guix-commits <=
- 33/246: gnu: localed: Fix build with gcc-14., guix-commits, 2025/01/12
- 34/246: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2025/01/12
- 39/246: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2025/01/12
- 40/246: gnu: jack-1: Fix build with gcc-14., guix-commits, 2025/01/12
- 43/246: gnu: gn: Fix build with gcc-14., guix-commits, 2025/01/12
- 46/246: gnu: pth: Fix build with gcc-14., guix-commits, 2025/01/12
- 56/246: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2025/01/12
- 57/246: gnu: hurd: Use -Wno-error=., guix-commits, 2025/01/12
- 60/246: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2025/01/12
- 59/246: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2025/01/12