guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: tevent: Update to 0.9.33.


From: Marius Bakke
Subject: 09/09: gnu: tevent: Update to 0.9.33.
Date: Sun, 23 Jul 2017 16:21:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 846cb73865c13d063862268ed74513c1d9f70fc9
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 23 14:26:24 2017 +0200

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



reply via email to

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