me
/
guix
Archived
1
0
Fork 0

gnu: samba: Update to 4.11.9.

* gnu/packages/samba.scm (samba): Update to 4.11.9.
master
Tobias Geerinckx-Rice 2020-05-11 19:53:13 +02:00
parent ac68fb3b29
commit fef052b1b8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -168,14 +168,14 @@ anywhere.")
(define-public samba
(package
(name "samba")
(version "4.11.8")
(version "4.11.9")
(source (origin
(method url-fetch)
(uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz"))
(sha256
(base32
"1jh0a5ma03kgjcwr22a3jir8gxymn63aljgq2lgvpfyj6ym0q55v"))))
"1k4dxjspl0xgabdl3nb3wyz714l3df89dj04bf1siwzk9hsyz35d"))))
(build-system gnu-build-system)
(arguments
`(#:phases