gnu: samba: Update to 4.8.6.

* gnu/packages/samba.scm (samba): Update to 4.8.6.
This commit is contained in:
Marius Bakke 2018-10-22 18:12:37 +02:00
parent 3ad0a35890
commit f38eedd518
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -150,14 +150,14 @@ (define (install dir)
(define-public samba
(package
(name "samba")
(version "4.8.5")
(version "4.8.6")
(source (origin
(method url-fetch)
(uri (string-append "https://download.samba.org/pub/samba/stable/"
"samba-" version ".tar.gz"))
(sha256
(base32
"0mailvhjsma19k6b6zjl02z9n2hbbyfybvicjfw2hh9d4sqyd3p5"))))
"15hawqdm37l6lp9k14c634315p77cllsx89bvbw9h38fg1hj3fbk"))))
(build-system gnu-build-system)
(arguments
`(#:phases