Skip to content
Snippets Groups Projects
Unverified Commit 5e9cce55 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: ntp: Update to 4.2.8p9.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p9.
parent d35de59b
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ (define-module (gnu packages ntp) ...@@ -39,7 +39,7 @@ (define-module (gnu packages ntp)
(define-public ntp (define-public ntp
(package (package
(name "ntp") (name "ntp")
(version "4.2.8p8") (version "4.2.8p9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -53,7 +53,7 @@ (define-public ntp ...@@ -53,7 +53,7 @@ (define-public ntp
"/ntp-" version ".tar.gz"))) "/ntp-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"1vlpgd0dk2wkpmmf869sfxi8f46sfnmjgk51vl8n6vj5y2sx1cra")) "0whbyf82lrczbri4adbsa4hg1ppfa6c7qcj7nhjwdfp1g1vjh95p"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment