gnu: samba: Update to 4.13.2.
* gnu/packages/samba.scm (samba): Update to 4.13.2.
This commit is contained in:
parent
c290e9fc52
commit
ac37c10de7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user