guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: tevent: Update to 0.9.31.


From: Efraim Flashner
Subject: 03/08: gnu: tevent: Update to 0.9.31.
Date: Sat, 8 Oct 2016 20:27:21 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 881799892c30ea0091782d87794dcfe11e55a4ed
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 8 20:34:44 2016 +0300

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



reply via email to

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