gnu: samba: Update to 4.13.3.

* gnu/packages/samba.scm (samba): Update to 4.13.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 23:10:37 +01:00
parent 9ff57f34dd
commit 0ca4778dc2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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