[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: talloc: Update to 2.3.3.
From: |
guix-commits |
Subject: |
05/06: gnu: talloc: Update to 2.3.3. |
Date: |
Wed, 4 Aug 2021 09:42:00 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit a34f36b06c96ec38ebb7aa6eece33cbe6dfa16d4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 4 16:29:52 2021 +0300
gnu: talloc: Update to 2.3.3.
* gnu/packages/samba.scm (talloc): Update to 2.3.3.
---
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 6a1322b..cb93dbf 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -280,14 +280,14 @@ Desktops into Active Directory environments using the
winbind daemon.")
(define-public talloc
(package
(name "talloc")
- (version "2.3.2")
+ (version "2.3.3")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
- "1mvv57srpzcc1qh6vjjyjhgpdlcw4bmmsxfz4j8pfk9qkvwkx817"))))
+ "1ala3l6v8qk2pwq97z1zdkj1isnfnrp1923srp2g22mxd0impsbb"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- branch master updated (6c10c96 -> a4c456c), guix-commits, 2021/08/04
- 02/06: gnu: tevent: Update to 0.11.0., guix-commits, 2021/08/04
- 01/06: gnu: mpg123: Update to 1.28.2., guix-commits, 2021/08/04
- 03/06: gnu: samba: Update to 4.13.10., guix-commits, 2021/08/04
- 06/06: gnu: ldb: Update to 2.4.0., guix-commits, 2021/08/04
- 05/06: gnu: talloc: Update to 2.3.3.,
guix-commits <=
- 04/06: gnu: tdb: Update to 1.4.5., guix-commits, 2021/08/04