guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: tevent: Update to 0.10.0.


From: guix-commits
Subject: 04/05: gnu: tevent: Update to 0.10.0.
Date: Sat, 23 Mar 2019 17:48:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7fd084aef5b89dca1fb08c07080444cf2121180e
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 23 22:06:36 2019 +0100

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



reply via email to

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