gnu: talloc: Update to 2.3.1.

* gnu/packages/samba.scm (talloc): Update to 2.3.1.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-24 02:55:40 +01:00
parent 10f004f0c5
commit e2263e3127
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -259,14 +259,14 @@ (define-public samba
(define-public talloc
(package
(name "talloc")
(version "2.3.0")
(version "2.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.samba.org/ftp/talloc/talloc-"
version ".tar.gz"))
(sha256
(base32
"1iigk4a7n9k9qqq0h3a5vah67ycpqzvahvdhzy15lm428jrvrmbm"))))
"0xwzgzrqamfdlklwacp9d219pqkah0yfrhxb1j7bxlmgzp924j7g"))))
(build-system gnu-build-system)
(arguments
'(#:phases