Skip to content
Snippets Groups Projects
Unverified Commit f73e09b2 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: chrony: Update to 4.0.

* gnu/packages/ntp.scm (chrony): Update to 4.0.
parent 5a723527
No related branches found
No related tags found
No related merge requests found
...@@ -43,14 +43,14 @@ (define-module (gnu packages ntp) ...@@ -43,14 +43,14 @@ (define-module (gnu packages ntp)
(define-public chrony (define-public chrony
(package (package
(name "chrony") (name "chrony")
(version "3.5.1") (version "4.0")
(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 "19ywl8a3lb2id7lcna5hp2g4pjnfwdc9ihr0fk6i9m45vdq2za0v")))) (base32 "09f6w2x5h5kamb4rhcbaz911q1f730qdalgsn8s48yjyqlafl9xy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:modules ((srfi srfi-26) `(#:modules ((srfi srfi-26)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment