[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: talloc: Update to 2.1.8.
From: |
Efraim Flashner |
Subject: |
02/08: gnu: talloc: Update to 2.1.8. |
Date: |
Sat, 8 Oct 2016 20:27:21 +0000 (UTC) |
efraim pushed a commit to branch master
in repository guix.
commit 93151e4185ca58ddaaf583906aad62080638a3a2
Author: Efraim Flashner <address@hidden>
Date: Sat Oct 8 20:30:36 2016 +0300
gnu: talloc: Update to 2.1.8.
* gnu/packages/samba.scm (talloc): Update to 2.1.8.
---
gnu/packages/samba.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 470fe52..bfe97cb 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -164,14 +164,14 @@ Desktops into Active Directory environments using the
winbind daemon.")
(define-public talloc
(package
(name "talloc")
- (version "2.1.7")
+ (version "2.1.8")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
- "01m0kzndciyj43z1zd2nc61xqgh9knjv0w7lk1rrrlj8irr4w58r"))))
+ "0c3ihyb0jd8mhvi7gg2mr5w1zl2habx6jlkbyxzyckad2q8lkl92"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (86d959b -> 4726dd2), Efraim Flashner, 2016/10/08
- 05/08: gnu: tdb: Use 'modify-phases' syntax., Efraim Flashner, 2016/10/08
- 01/08: gnu: samba: Update to 4.5.0., Efraim Flashner, 2016/10/08
- 07/08: gnu: offlineimap: Update to 7.0.8., Efraim Flashner, 2016/10/08
- 06/08: gnu: ldb: Update to 1.1.27., Efraim Flashner, 2016/10/08
- 02/08: gnu: talloc: Update to 2.1.8.,
Efraim Flashner <=
- 04/08: gnu: tdb: Update to 1.3.11., Efraim Flashner, 2016/10/08
- 08/08: gnu: ccache: Update to 3.3.2., Efraim Flashner, 2016/10/08
- 03/08: gnu: tevent: Update to 0.9.31., Efraim Flashner, 2016/10/08