Skip to content

Commit bd39fcd

Browse files
committed
gnu: samba: Update to 4.11.6.
* gnu/packages/samba.scm (samba): Update to 4.11.6.
1 parent 8c98ef7 commit bd39fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnu/packages/samba.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ anywhere.")
168168
(define-public samba
169169
(package
170170
(name "samba")
171-
(version "4.11.4")
171+
(version "4.11.6")
172172
(source (origin
173173
(method url-fetch)
174174
(uri (string-append "https://download.samba.org/pub/samba/stable/"
175175
"samba-" version ".tar.gz"))
176176
(sha256
177177
(base32
178-
"096vc6j36924xrjzqr6lqmf9qwgwv9szxb35rsfi0mq78nx72m5r"))))
178+
"0f7g17zw4nzk1bjnqqrr84hkyq9vn0k7zyim2i177xkigd6qyhwi"))))
179179
(build-system gnu-build-system)
180180
(arguments
181181
`(#:phases

0 commit comments

Comments
 (0)