diff options
author | Marius Bakke <[email protected]> | 2022-09-08 21:12:52 +0200 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2022-09-08 21:12:52 +0200 |
commit | 884548b476f2ee27c01cb0c9ad93c0cf9d33fa5e (patch) | |
tree | 20650b3917b1292470ecc4ded13fbb04e5dbfa6d /gnu/packages/ntp.scm | |
parent | 0e305798454c558ab6e722cf66ba351c326a1a8d (diff) | |
parent | fa894b3f4db835bd0bb52b32c7ec412e72b7e03a (diff) |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/ntp.scm')
-rw-r--r-- | gnu/packages/ntp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index 75460150a2..949d4486ef 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -46,14 +46,14 @@ (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) |