andreas pushed a commit to branch core-packages-team in repository guix. commit 8de6692bd3d41682f73c55be559ab3bf3e5985e5 Author: Janneke Nieuwenhuizen <jann...@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 d164b4ef4d..6e2183f6af 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -387,14 +387,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