[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: tevent: Update to 0.9.34.
From: |
Marius Bakke |
Subject: |
01/05: gnu: tevent: Update to 0.9.34. |
Date: |
Sun, 19 Nov 2017 08:00:16 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit a0e52af9cfef573dc9586783bc7cb96e3e911b13
Author: Marius Bakke <address@hidden>
Date: Sun Nov 19 12:57:34 2017 +0100
gnu: tevent: Update to 0.9.34.
* gnu/packages/samba.scm (tevent): Update to 0.9.34.
---
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 1eb6bc6..020f0d7 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -311,14 +311,14 @@ destructors. It is the core memory allocator used in
Samba.")
(define-public tevent
(package
(name "tevent")
- (version "0.9.33")
+ (version "0.9.34")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/tevent/tevent-"
version ".tar.gz"))
(sha256
(base32
- "1p0vxmldk99xpp7i4y6kpb75f8m7hxyv5bzkspy9hhpxh7ljww92"))))
+ "12kvfjs0dwi4iqbz740a37z0c7kmg8bhl53mwdj02jkznbw3w8bk"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (c146314 -> a93447b), Marius Bakke, 2017/11/19
- 03/05: gnu: strace: Update to 4.20., Marius Bakke, 2017/11/19
- 04/05: gnu: bitcoin: Update to 0.15.1., Marius Bakke, 2017/11/19
- 05/05: gnu: nss, nss-certs: Update to 3.34., Marius Bakke, 2017/11/19
- 01/05: gnu: tevent: Update to 0.9.34.,
Marius Bakke <=
- 02/05: gnu: samba: Update to 4.7.2., Marius Bakke, 2017/11/19