nckx pushed a commit to branch master
in repository guix.

commit f76793efd97fc7b3fad57c08760d9e4f90bf4865
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Oct 6 02:00:00 2024 +0200

    gnu: ntp: Update to 4.2.8p18.
    
    * gnu/packages/ntp.scm (ntp): Update to 4.2.8p18.
    
    Change-Id: I6f7c83831c05656ce70db8b5e58fa9e35e47f2a4
---
 gnu/packages/ntp.scm | 4 ++--
 1 file 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

Reply via email to