[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-packages-team updated: gnu: libxaw3d: Update to 1.6.6, fixes
From: |
guix-commits |
Subject: |
branch core-packages-team updated: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14. |
Date: |
Mon, 09 Dec 2024 04:26:09 -0500 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch core-packages-team
in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this
push:
new 411cf35d59 gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14.
411cf35d59 is described below
commit 411cf35d59da86c3f357916330c74503193b19bc
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 7849fbee09..51b8893c5e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5843,7 +5843,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)
@@ -5853,7 +5853,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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-packages-team updated: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14.,
guix-commits <=