guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: tevent: Update to 0.10.1.


From: guix-commits
Subject: 08/13: gnu: tevent: Update to 0.10.1.
Date: Wed, 4 Sep 2019 19:17:05 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 173cced75153ff9395f6509fbe1efd06ad92ac81
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 4 20:46:06 2019 +0200

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



reply via email to

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