gnu: samba: Update to 4.13.4.

* gnu/packages/samba.scm (samba): Update to 4.13.4.
This commit is contained in:
Tobias Geerinckx-Rice 2021-02-07 23:24:03 +01:00
parent 23c2f0affe
commit a3600f8d8b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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