[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: talloc: Update to 2.1.13.
From: |
Marius Bakke |
Subject: |
04/06: gnu: talloc: Update to 2.1.13. |
Date: |
Fri, 6 Apr 2018 14:17:06 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit a81000fb7146859269ec8137d6e31e7faa6c44ff
Author: Marius Bakke <address@hidden>
Date: Fri Apr 6 16:09:06 2018 +0200
gnu: talloc: Update to 2.1.13.
* gnu/packages/samba.scm (talloc): Update to 2.1.13.
---
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 e2e8c5e..d84f52f 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -233,14 +233,14 @@ Desktops into Active Directory environments using the
winbind daemon.")
(define-public talloc
(package
(name "talloc")
- (version "2.1.12")
+ (version "2.1.13")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
- "0jv0ri9vj93fczzgl7rn7xvnfgl2kfx4x85cr8h8v52yh7v0qz4q"))))
+ "0iv09iv385x69gfzvassq6m3y0rd8ncylls95dm015xdy3drkww4"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (482959f -> 6e0efe8), Marius Bakke, 2018/04/06
- 02/06: gnu: ldc, bap: Build with Clang 3.8., Marius Bakke, 2018/04/06
- 04/06: gnu: talloc: Update to 2.1.13.,
Marius Bakke <=
- 03/06: gnu: strace: Update to 4.22., Marius Bakke, 2018/04/06
- 05/06: gnu: miniupnpc: Update to 2.0.20180406., Marius Bakke, 2018/04/06
- 01/06: gnu: llvm, clang: Update to 6.0.0., Marius Bakke, 2018/04/06
- 06/06: gnu: git: Fix checksum patch in 'patch-tests'., Marius Bakke, 2018/04/06