guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: tevent: Update to 0.13.0.


From: guix-commits
Subject: 12/19: gnu: tevent: Update to 0.13.0.
Date: Fri, 16 Sep 2022 16:45:32 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 0044a1f122cd602b3d58415ceb06f8cea35aade2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 19:49:10 2022 +0200

    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



reply via email to

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