3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

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