[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14. |
Date: |
Mon, 16 Dec 2024 03:35:00 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 1b8d161b41f2f7a32607ae3c7b1df30e6fb7337b
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 12 10:11:07 2024 +0100
gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
* gnu/packages/samba.scm (tevent): Update to 0.16.1.
Change-Id: I1ea6d75b49eaa243d5e895c2699757ccf9e7bd2c
---
gnu/packages/samba.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 1fe49da584..d026887a21 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -386,14 +386,14 @@ destructors. It is the core memory allocator used in
Samba.")
(define-public tevent
(package
(name "tevent")
- (version "0.13.0")
+ (version "0.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tevent/tevent-"
version ".tar.gz"))
(sha256
(base32
- "030x6ziapxiqvmi2m23ri2p9rsa202gfqr7b3cv48lx5gy8plhxr"))))
+ "17h293jyya0ad4znral5vhi8qd5qqhcn6wz4dxgr1h9dygh72a9n"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., (continued)
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/16
- 70/74: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2024/12/16
- 68/74: gnu: gcc: Fix build with gcc-14., guix-commits, 2024/12/16
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 23/74: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/16
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/16
- 41/74: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/16
- 34/74: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/16
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/16
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.,
guix-commits <=
- 57/74: gnu: hurd: Use -Wno-error=., guix-commits, 2024/12/16
- 42/74: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/16
- 18/74: gnu: bdb: Use automake-1.16.5., guix-commits, 2024/12/16
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/16
- 55/74: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 56/74: gnu: flex: Use -Wno-error= for cross-build., guix-commits, 2024/12/16
- 67/74: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/16