diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-02-24 15:04:59 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 23:20:57 +0000 |
| commit | 41d02cd010c9921eba9f0f900bfe2ef661b7055b (patch) | |
| tree | 52e75259b8220ab6318705b2da520a390bc96623 /gnu/packages/ntp.scm | |
| parent | ff0617a72dc6bcdc49480f6a0e4d5675cb91969a (diff) | |
gnu: chrony: Update to 4.8.
* gnu/packages/ntp.scm (chrony): Update to 4.8.
Merges: https://codeberg.org/guix/guix/pulls/6663
Change-Id: I99dd9f6af54d12b94a688153ff3ced7dfd6602a8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
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 fed16fc1999..18aec12e9f7 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -63,7 +63,7 @@ (define-public chrony (package (name "chrony") - (version "4.7") + (version "4.8") (source (origin (method git-fetch) @@ -72,7 +72,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0pqplqlfy1b05qkj7d5l954z7rdz5mbwr9d0hvsa7s6bwqsrl791")))) + (base32 "0pw1c6wkm4pxc92m1ykxs467azk6gmhvb8m49qkzw0s0agpg49nm")))) (build-system gnu-build-system) (arguments (list |
