gnu: chrony: Update to 4.3.

* gnu/packages/ntp.scm (chrony): Update to 4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2022-08-28 02:00:00 +02:00
parent 26c2a8a327
commit 3523e8e975
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -46,14 +46,14 @@ (define-module (gnu packages ntp)
(define-public chrony
(package
(name "chrony")
(version "4.2")
(version "4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.tuxfamily.org/chrony/"
"chrony-" version ".tar.gz"))
(sha256
(base32 "16nv90h73c99adh2bdrvlws1lhjsqfp6pfpnlprxd3ijbk8rygr7"))))
(base32 "0148bgzymdigkjs66fihrqw98g1yf6vgy40nlajqkw35m24sh3cx"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((srfi srfi-26)