diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-10-06 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-10-06 02:00:00 +0200 |
commit | f76793efd97fc7b3fad57c08760d9e4f90bf4865 (patch) | |
tree | b48411a58f118197a7f08bfc809760b3daa1ca43 /gnu/packages/ntp.scm | |
parent | bdad4e994f27fa8f4096e738f6186d14110bcfcc (diff) |
gnu: ntp: Update to 4.2.8p18.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p18.
Change-Id: I6f7c83831c05656ce70db8b5e58fa9e35e47f2a4
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 cb9fdaa09f..ebc14ee819 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -120,7 +120,7 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.") (define-public ntp (package (name "ntp") - (version "4.2.8p17") + (version "4.2.8p18") (source (origin (method url-fetch) @@ -133,7 +133,7 @@ time-stamping or reference clock, sub-microsecond accuracy is possible.") (version-major+minor version) "/ntp-" version ".tar.gz"))) (sha256 - (base32 "0rm8sf4qwcip49wgpgcp2dpwspsm0ad5xkkxy26mnv56wrrd4g8h")) + (base32 "1rb8yksqxjcsjvww9kwnw1242qzszwixh916jj254a8szgrwb16g")) (modules '((guix build utils))) (snippet '(begin |