guix_mirror_bot pushed a commit to branch sysadmin-team in repository guix.
commit 7f140e6cd146c3130dc4965f72cf9e36ec7e7e4a Author: Wilko Meyer <[email protected]> AuthorDate: Tue Jul 21 16:11:45 2026 +0200 gnu: tevent: Update to 0.17.1. * gnu/packages/samba.scm (tevent): Update to 0.17.1. Merges: https://codeberg.org/guix/guix/pulls/10088 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- 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 eb110ab851..95a59d4565 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -501,14 +501,14 @@ destructors. It is the core memory allocator used in Samba.") (define-public tevent (package (name "tevent") - (version "0.16.1") + (version "0.17.1") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/tevent/tevent-" version ".tar.gz")) (sha256 (base32 - "17h293jyya0ad4znral5vhi8qd5qqhcn6wz4dxgr1h9dygh72a9n")))) + "14mylyqxm0m4bn7rygn4w1ci5drywr2lky11cvh5zqnd6ykxxqhv")))) (build-system gnu-build-system) (arguments '(#:phases
