guix-commits
[Top][All Lists]
Advanced

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

08/18: gnu: tevent: Update to 0.9.37.


From: Marius Bakke
Subject: 08/18: gnu: tevent: Update to 0.9.37.
Date: Thu, 12 Jul 2018 11:21:40 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e4bdd199c072654b33bf60ba3c65be70472a7143
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 12 16:15:49 2018 +0200

    gnu: tevent: Update to 0.9.37.
    
    * gnu/packages/samba.scm (tevent): Update to 0.9.37.
---
 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 41e3705..f81c586 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -306,14 +306,14 @@ destructors.  It is the core memory allocator used in 
Samba.")
 (define-public tevent
   (package
     (name "tevent")
-    (version "0.9.36")
+    (version "0.9.37")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/tevent/tevent-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0k1v4vnlzpf7h3p4khaw8a7damrc68g136bf2xzys08nzpinnaxx"))))
+                "1q77vbjic2bb79li2a54ffscnrnwwww55fbpry2kgh7acpnlb0qn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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