diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-24 21:49:30 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-24 21:49:30 +0100 |
commit | e58bf025df9ea1450e94fb63e87afc1fa5afd182 (patch) | |
tree | 358c2dc04c675fc58088cdfcf42ab1a7755f71ea /gnu/packages/samba.scm | |
parent | 9102ce124c807a6a3d9e8f492adafd830cf833f3 (diff) | |
parent | e8ee100e8eb46224d5549dffc707cfeb96ad0e21 (diff) | |
download | patches-e58bf025df9ea1450e94fb63e87afc1fa5afd182.tar patches-e58bf025df9ea1450e94fb63e87afc1fa5afd182.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/samba.scm')
-rw-r--r-- | gnu/packages/samba.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 396006b27a..5ea7858a89 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -303,14 +303,14 @@ destructors. It is the core memory allocator used in Samba.") (define-public tevent (package (name "tevent") - (version "0.9.35") + (version "0.9.36") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/tevent/tevent-" version ".tar.gz")) (sha256 (base32 - "1s8nbkmqz8dzdlsd6qynhvyl05pw93r151f3i2kgjfpbck9ak8r5")))) + "0k1v4vnlzpf7h3p4khaw8a7damrc68g136bf2xzys08nzpinnaxx")))) (build-system gnu-build-system) (arguments '(#:phases |