mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: samba: Update to 4.17.0.
* gnu/packages/samba.scm (samba, samba/fixed): Update to 4.17.0. [source](uri): Adjust.
This commit is contained in:
parent
3cf8b3dc57
commit
aa8c8e8c59
1 changed files with 6 additions and 6 deletions
|
@ -186,16 +186,16 @@ (define (install dir)
|
|||
(define-public samba
|
||||
(package
|
||||
(name "samba")
|
||||
(version "4.17.0rc3") ;4.16.4 doesn't build with mit-krb5 1.20
|
||||
(version "4.17.0")
|
||||
(source
|
||||
;; For updaters: the current PGP fingerprint is
|
||||
;; 81F5E2832BD2545A1897B713AA99442FB680B620.
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.samba.org/pub/samba/rc/"
|
||||
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
||||
"samba-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vi5vxv9cmy00wyrrr01xsdf4yc0fa96vj7980l51lnn90fgvj60"))))
|
||||
(base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -293,14 +293,14 @@ (define-public samba/fixed
|
|||
;; Version that rarely changes, depended on by libsoup.
|
||||
(hidden-package
|
||||
(package/inherit samba
|
||||
(version "4.17.0rc3") ;4.16.4 doesn't build with mit-krb5 1.20
|
||||
(version "4.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.samba.org/pub/samba/rc/"
|
||||
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
||||
"samba-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vi5vxv9cmy00wyrrr01xsdf4yc0fa96vj7980l51lnn90fgvj60")))))))
|
||||
(base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4")))))))
|
||||
|
||||
(define-public talloc
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue