From 0044a1f122cd602b3d58415ceb06f8cea35aade2 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Fri, 16 Sep 2022 19:49:10 +0200 Subject: [PATCH] gnu: tevent: Update to 0.13.0. * gnu/packages/samba.scm (tevent): Update to 0.13.0. --- 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 74cbdbd96d..a0cdbcde7b 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -372,14 +372,14 @@ destructors. It is the core memory allocator used in Samba.") (define-public tevent (package (name "tevent") - (version "0.11.0") + (version "0.13.0") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/tevent/tevent-" version ".tar.gz")) (sha256 (base32 - "1fl2pj4p8p5fa2laykwf1sfjdw7pkw9slklj3vzc5ah8x348d6pf")))) + "030x6ziapxiqvmi2m23ri2p9rsa202gfqr7b3cv48lx5gy8plhxr")))) (build-system gnu-build-system) (arguments '(#:phases