[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/70: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
54/70: gnu: tevent: Update to 0.16.1; fixes build with gcc-14. |
Date: |
Sat, 14 Dec 2024 06:00:10 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 59692d8eeee452051420dc49b73c6109e6dba9c6
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
- 06/70: gnu: bash-minimal: Fix build for x86-linux with gcc-14., (continued)
- 06/70: gnu: bash-minimal: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/14
- 02/70: Revert "Partial revert "gnu: bootstrap: %bootstrap-glibc: Also fix libm.so."", guix-commits, 2024/12/14
- 08/70: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/14
- 11/70: gnu: gettext: Fix build with gcc-14., guix-commits, 2024/12/14
- 26/70: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/14
- 29/70: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/14
- 31/70: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/14
- 35/70: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/14
- 32/70: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/14
- 41/70: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/14
- 54/70: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.,
guix-commits <=
- 38/70: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/14
- 51/70: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/14
- 03/70: Revert "Partial revert "gnu: make-bootstrap: Update gcc-static to gcc-14, for the 64bit Hurd."", guix-commits, 2024/12/14
- 09/70: gnu: libffi: Update to 3.4.6; fixes build with gcc-14., guix-commits, 2024/12/14
- 22/70: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/14
- 27/70: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/14
- 30/70: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/14
- 42/70: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/14
- 55/70: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/14
- 67/70: bash-minimal: Use gcc-14 hurd/x86-linux build fix for all platforms., guix-commits, 2024/12/14