guix-commits
[Top][All Lists]
Advanced

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

11/13: gnu: tevent: Update to 0.10.2.


From: guix-commits
Subject: 11/13: gnu: tevent: Update to 0.10.2.
Date: Mon, 23 Dec 2019 22:01:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 293454f2f5a36da822136cc1b5a831f4c1a87636
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 02:55:49 2019 +0100

    gnu: tevent: Update to 0.10.2.
    
    * gnu/packages/samba.scm (tevent): Update to 0.10.2.
---
 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 963ae6b..0746974 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -326,14 +326,14 @@ destructors.  It is the core memory allocator used in 
Samba.")
 (define-public tevent
   (package
     (name "tevent")
-    (version "0.10.1")
+    (version "0.10.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/tevent/tevent-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1dhhd7fz6wyvlwrk1a6gj5m2mcjsc3ilx0mcv1qsr1lbndldm93r"))))
+                "15k6i8ad5lpxfjsjyq9h64zlyws8d3cm0vwdnaw8z1xjwli7hhpq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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