guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: tevent: Update to 0.9.35.


From: Marius Bakke
Subject: 08/10: gnu: tevent: Update to 0.9.35.
Date: Thu, 1 Feb 2018 06:14:06 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b658e165f3b0496ef1d0c260ba4978d7398db5d1
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 11:38:17 2018 +0100

    gnu: tevent: Update to 0.9.35.
    
    * gnu/packages/samba.scm (tevent): Update to 0.9.35.
---
 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 65a4ad5..a03736e 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.34")
+    (version "0.9.35")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.samba.org/ftp/tevent/tevent-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "12kvfjs0dwi4iqbz740a37z0c7kmg8bhl53mwdj02jkznbw3w8bk"))))
+                "1s8nbkmqz8dzdlsd6qynhvyl05pw93r151f3i2kgjfpbck9ak8r5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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