diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-19 12:57:34 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-19 12:57:34 +0100 |
commit | a0e52af9cfef573dc9586783bc7cb96e3e911b13 (patch) | |
tree | 5ecedac63e83e8994b99aae1a7fe33af305f56c2 /gnu | |
parent | c146314566b969d65d52621dec32bde0824f1207 (diff) | |
download | patches-a0e52af9cfef573dc9586783bc7cb96e3e911b13.tar patches-a0e52af9cfef573dc9586783bc7cb96e3e911b13.tar.gz |
gnu: tevent: Update to 0.9.34.
* gnu/packages/samba.scm (tevent): Update to 0.9.34.
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 1eb6bc65cb..020f0d735b 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 |