diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-08 10:01:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-08 15:57:30 +0200 |
commit | f73e09b2c812eb0c348f7605b49ce6d19ec8bb4a (patch) | |
tree | aabc65c5634c71fe1b306199f13f9298d7738c1b /gnu/packages/ntp.scm | |
parent | 5a7235274573ba4d20487f341c3bcee333f391ab (diff) | |
download | guix-f73e09b2c812eb0c348f7605b49ce6d19ec8bb4a.tar.gz |
gnu: chrony: Update to 4.0.
* gnu/packages/ntp.scm (chrony): Update to 4.0.
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 5fa7d55845..755f253701 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -43,14 +43,14 @@ (define-public chrony (package (name "chrony") - (version "3.5.1") + (version "4.0") (source (origin (method url-fetch) (uri (string-append "https://download.tuxfamily.org/chrony/" "chrony-" version ".tar.gz")) (sha256 - (base32 "19ywl8a3lb2id7lcna5hp2g4pjnfwdc9ihr0fk6i9m45vdq2za0v")))) + (base32 "09f6w2x5h5kamb4rhcbaz911q1f730qdalgsn8s48yjyqlafl9xy")))) (build-system gnu-build-system) (arguments `(#:modules ((srfi srfi-26) |