mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: ntp: Update to 4.2.8p15 [security fixes].
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p15. [source]: Swap order of URIs.
This commit is contained in:
parent
183f069858
commit
bc332f0717
1 changed files with 8 additions and 8 deletions
|
@ -107,20 +107,20 @@ (define-public chrony
|
|||
(define-public ntp
|
||||
(package
|
||||
(name "ntp")
|
||||
(version "4.2.8p14")
|
||||
(version "4.2.8p15")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
"http://archive.ntp.org/ntp4/ntp-"
|
||||
"https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-"
|
||||
(version-major+minor version)
|
||||
"/ntp-" version ".tar.gz")
|
||||
(string-append
|
||||
"https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-"
|
||||
"http://archive.ntp.org/ntp4/ntp-"
|
||||
(version-major+minor version)
|
||||
"/ntp-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32 "1dsfbrad5adwjnm3k0y0ip8dzs7r2nmw66vjil8gvapnh7qf8q0r"))
|
||||
(base32 "06cwhimm71safmwvp6nhxp6hvxsg62whnbgbgiflsqb8mgg40n7n"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue