guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: tevent: Update to 0.9.28.


From: Efraim Flashner
Subject: 03/05: gnu: tevent: Update to 0.9.28.
Date: Sun, 10 Jul 2016 03:49:04 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit ea26457dad7ff13918a9a241819be6a1ec25babd
Author: Efraim Flashner <address@hidden>
Date:   Sat Jul 9 23:53:16 2016 +0300

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



reply via email to

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