gnu: chrony: Update to 4.3.
* gnu/packages/ntp.scm (chrony): Update to 4.3.
This commit is contained in:
parent
26c2a8a327
commit
3523e8e975
1 changed files with 2 additions and 2 deletions
|
@ -46,14 +46,14 @@
|
||||||
(define-public chrony
|
(define-public chrony
|
||||||
(package
|
(package
|
||||||
(name "chrony")
|
(name "chrony")
|
||||||
(version "4.2")
|
(version "4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.tuxfamily.org/chrony/"
|
(uri (string-append "https://download.tuxfamily.org/chrony/"
|
||||||
"chrony-" version ".tar.gz"))
|
"chrony-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16nv90h73c99adh2bdrvlws1lhjsqfp6pfpnlprxd3ijbk8rygr7"))))
|
(base32 "0148bgzymdigkjs66fihrqw98g1yf6vgy40nlajqkw35m24sh3cx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((srfi srfi-26)
|
`(#:modules ((srfi srfi-26)
|
||||||
|
|
Reference in a new issue