guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

54/246: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.


From: guix-commits
Subject: 54/246: gnu: tevent: Update to 0.16.1; fixes build with gcc-14.
Date: Sun, 12 Jan 2025 10:21:25 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 5533876c48e2c4733ca3b3f786fa001ca2d34aa3
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 1e51fc645c..c8b4d60b5f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]