diff options
| author | Mark H Weaver <mhw@netris.org> | 2015-02-26 02:01:29 -0500 | 
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2015-02-26 02:23:06 -0500 | 
| commit | baece08a04a528a24f986186c08aa2c67f2c7b05 (patch) | |
| tree | 9016cc483aa71d89a202ea5e2c13d5788d9fa132 /gnu | |
| parent | 183eaf877ff8a8dad81b9029709b5d682915a8a4 (diff) | |
gnu: samba: Update to 3.6.25.
* gnu/packages/samba.scm (samba): Update to 3.6.25.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/samba.scm | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index c6fef6154d..46b97215ba 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -1,5 +1,6 @@  ;;; GNU Guix --- Functional package management for GNU  ;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>  ;;;  ;;; This file is part of GNU Guix.  ;;; @@ -94,14 +95,14 @@ anywhere.")  (define-public samba    (package      (name "samba") -    (version "3.6.8") +    (version "3.6.25")      (source (origin               (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"))               (sha256                (base32 -               "1phl6mmrc72jyvbyrw6cv6b92cxq3v2pbn1fh97nnb4hild1fnjg")))) +               "0l9pz2m67vf398q3c2dwn8jwdxsjb20igncf4byhv6yq5dzqlb4g"))))      (build-system gnu-build-system)      (arguments       '(#:phases (alist-cons-before | 
