mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: chrony: Update to 4.4.
* gnu/packages/ntp.scm (chrony): Update to 4.4.
This commit is contained in:
parent
65eea89235
commit
1b60c48c27
1 changed files with 2 additions and 2 deletions
|
@ -47,14 +47,14 @@ (define-module (gnu packages ntp)
|
||||||
(define-public chrony
|
(define-public chrony
|
||||||
(package
|
(package
|
||||||
(name "chrony")
|
(name "chrony")
|
||||||
(version "4.3")
|
(version "4.4")
|
||||||
(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 "0148bgzymdigkjs66fihrqw98g1yf6vgy40nlajqkw35m24sh3cx"))))
|
(base32 "123h2a9rpc6wbvnysvhl5pmckvynzrnqay7l00i18azrvbk0gyza"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((srfi srfi-26)
|
`(#:modules ((srfi srfi-26)
|
||||||
|
|
Loading…
Reference in a new issue