diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-09-04 20:46:06 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-09-05 00:21:42 +0200 |
commit | 173cced75153ff9395f6509fbe1efd06ad92ac81 (patch) | |
tree | cbca3f9d3e7b95c76014a421cfce0cdce75127aa /gnu/packages/samba.scm | |
parent | 1068bdcfe8186b37e618c2b25d74deae41718168 (diff) |
gnu: tevent: Update to 0.10.1.
* gnu/packages/samba.scm (tevent): Update to 0.10.1.
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 9c7b52a468..ae79275dd7 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -310,14 +310,14 @@ destructors. It is the core memory allocator used in Samba.") (define-public tevent (package (name "tevent") - (version "0.10.0") + (version "0.10.1") (source (origin (method url-fetch) (uri (string-append "https://www.samba.org/ftp/tevent/tevent-" version ".tar.gz")) (sha256 (base32 - "1rm4d9245ya15wyrh9vqn1dnz14l2ic88mr46ykyc6kdrl99dwrk")))) + "1dhhd7fz6wyvlwrk1a6gj5m2mcjsc3ilx0mcv1qsr1lbndldm93r")))) (build-system gnu-build-system) (arguments '(#:phases |