me
/
guix
Archived
1
0
Fork 0

gnu: talloc: Update to 2.3.2.

* gnu/packages/samba.scm (talloc): Update to 2.3.2.
master
Tobias Geerinckx-Rice 2021-02-07 23:23:56 +01:00
parent a2f3a605cd
commit 23c2f0affe
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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