gnu: samba: Update to 3.6.25.

* gnu/packages/samba.scm (samba): Update to 3.6.25.
This commit is contained in:
Mark H Weaver 2015-02-26 02:01:29 -05:00
parent 183eaf877f
commit baece08a04

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -94,14 +95,14 @@ anywhere.")
(define-public samba (define-public samba
(package (package
(name "samba") (name "samba")
(version "3.6.8") (version "3.6.25")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://us3.samba.org/samba/ftp/stable/samba-" (uri (string-append "https://www.samba.org/samba/ftp/stable/samba-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1phl6mmrc72jyvbyrw6cv6b92cxq3v2pbn1fh97nnb4hild1fnjg")))) "0l9pz2m67vf398q3c2dwn8jwdxsjb20igncf4byhv6yq5dzqlb4g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-cons-before '(#:phases (alist-cons-before