diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-07-09 23:53:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-07-10 06:48:27 +0300 |
commit | ea26457dad7ff13918a9a241819be6a1ec25babd (patch) | |
tree | 58a30ed86636089ad6061772a5a49844eba6f3ba /gnu | |
parent | 67e7452dda077d41d7fde0abbcfc223d75e649b7 (diff) | |
download | guix-ea26457dad7ff13918a9a241819be6a1ec25babd.tar guix-ea26457dad7ff13918a9a241819be6a1ec25babd.tar.gz |
gnu: tevent: Update to 0.9.28.
* gnu/packages/samba.scm (tevent): Update to 0.9.28.
Diffstat (limited to 'gnu')
-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 022583f986..bc968718b9 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -202,14 +202,14 @@ destructors. It is the core memory allocator used in Samba.") (define-public tevent (package (name "tevent") - (version "0.9.26") + (version "0.9.28") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/tevent/tevent-" version ".tar.gz")) (sha256 (base32 - "1gbh6d2m49j1v2hkaiyrh8bj02i5wxd4hqayzk2g44yyivbi8b16")))) + "0a9ml52jjnzz7qg9z750mavlvs1yibjwrzy4yl55dc95j0vm7n84")))) (build-system gnu-build-system) (arguments '(#:phases |