~ruther/guix-local

ea26457dad7ff13918a9a241819be6a1ec25babd — Efraim Flashner 10 years ago 67e7452
gnu: tevent: Update to 0.9.28.

* gnu/packages/samba.scm (tevent): Update to 0.9.28.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/samba.scm
M gnu/packages/samba.scm => gnu/packages/samba.scm +2 -2
@@ 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