[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-packages-team updated: gnu: tevent: Update to 0.16.1; fixes
From: |
guix-commits |
Subject: |
branch core-packages-team updated: gnu: tevent: Update to 0.16.1; fixes build with gcc-14. |
Date: |
Thu, 12 Dec 2024 04:15:18 -0500 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch core-packages-team
in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this
push:
new a95305dbb3 gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
a95305dbb3 is described below
commit a95305dbb370d207ea9bbd265435d36f8a7dc165
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-packages-team updated: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.,
guix-commits <=