guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: openntpd: Update to 6.8p1.


From: guix-commits
Subject: 03/03: gnu: openntpd: Update to 6.8p1.
Date: Sat, 12 Dec 2020 18:36:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9faee1e64585e99ff2a93fe65ed26a0a28c46ca1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 12 23:32:34 2020 +0100

    gnu: openntpd: Update to 6.8p1.
    
    * gnu/packages/ntp.scm (openntpd): Update to 6.8p1.
---
 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 95d784c..6d046ee 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -166,14 +166,14 @@ computers over a network.")
 (define-public openntpd
   (package
     (name "openntpd")
-    (version "6.2p3")
+    (version "6.8p1")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "mirror://openbsd/OpenNTPD/openntpd-" version ".tar.gz"))
               (sha256
                (base32
-                "0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
+                "0ijsylc7a4jlpxsqa0jq1w1c7333id8pcakzl7a5749ria1xp0l5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags `( "--with-privsep-user=ntpd"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]