Archived
1
0
Fork 0

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-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)