guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: tevent: Update to 0.9.36.


From: Marius Bakke
Subject: 01/03: gnu: tevent: Update to 0.9.36.
Date: Fri, 23 Feb 2018 14:41:44 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 6db2accc9c4f7f9fa75df78a003ec8cc19c49aa7
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 23 12:50:22 2018 +0100

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



reply via email to

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