gnu: samba: Update to 4.12.3.
* gnu/packages/samba.scm (samba): Update to 4.12.3.
This commit is contained in:
parent
1b0e3795ec
commit
2f26e2d6fd
1 changed files with 9 additions and 9 deletions
|
@ -169,15 +169,15 @@ anywhere.")
|
||||||
(define-public samba
|
(define-public samba
|
||||||
(package
|
(package
|
||||||
(name "samba")
|
(name "samba")
|
||||||
(version "4.12.2")
|
(version "4.12.3")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
(method url-fetch)
|
||||||
"samba-" version ".tar.gz"))
|
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
||||||
(sha256
|
"samba-" version ".tar.gz"))
|
||||||
(base32
|
(sha256
|
||||||
"0l514s2xhsy1lspzgvibbzs80zi84zxr2wx4d40hq85yb2lg5434"))
|
(base32 "09w7aap1cjc41ayhaksm1igc7p7gl40fad4a1l6q4ds9a2jbrb9z"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; TODO: also remove the bundled ‘third_party/popt’.
|
;; TODO: also remove the bundled ‘third_party/popt’.
|
||||||
|
|
Reference in a new issue