gnu: talloc: Update to 2.1.12.

* gnu/packages/samba.scm (talloc): Update to 2.1.12.
This commit is contained in:
Marius Bakke 2018-03-22 14:16:36 +01:00
parent cbcbb10a63
commit 0e4d067f9e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -233,14 +233,14 @@ Desktops into Active Directory environments using the winbind daemon.")
(define-public talloc
(package
(name "talloc")
(version "2.1.11")
(version "2.1.12")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
"1lzfxv2zjxap5snf9ydl1bqgjpz0kgkq7n644f8rkbx0arav77k3"))))
"0jv0ri9vj93fczzgl7rn7xvnfgl2kfx4x85cr8h8v52yh7v0qz4q"))))
(build-system gnu-build-system)
(arguments
'(#:phases