gnu: samba: Update to 4.13.2.

* gnu/packages/samba.scm (samba): Update to 4.13.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-06 01:02:25 +01:00
parent c290e9fc52
commit ac37c10de7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

@ -178,14 +178,14 @@ external dependencies.")
(define-public samba (define-public samba
(package (package
(name "samba") (name "samba")
(version "4.13.1") (version "4.13.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.samba.org/pub/samba/stable/" (uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz")) "samba-" version ".tar.gz"))
(sha256 (sha256
(base32 "0pr805jmdl8gkm6g7gd78jrkmfwgybkvn2c949h51gcsbqxj2n14")) (base32 "1d7j79c8aggwiv90y2q1yz63d9p5n4paq0fsbdvqpn05d8wn8r17"))
(patches (search-patches "samba-fix-fcntl-hint-detection.patch")) (patches (search-patches "samba-fix-fcntl-hint-detection.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet