[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: ntp: Update to 4.2.8p4.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: ntp: Update to 4.2.8p4. |
Date: |
Thu, 22 Oct 2015 18:30:42 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit dddb11b506ee9c7feca26be852d9995faf587099
Author: Mark H Weaver <address@hidden>
Date: Thu Oct 22 14:30:01 2015 -0400
gnu: ntp: Update to 4.2.8p4.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p4.
---
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 a53d98e..9e6db67 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -35,7 +35,7 @@
(define-public ntp
(package
(name "ntp")
- (version "4.2.8p3")
+ (version "4.2.8p4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -44,7 +44,7 @@
"/ntp-" version ".tar.gz"))
(sha256
(base32
- "13zkzcvjm5kbxl4xbcmaq07slplhmpkgahzcqnqlba3cxpra9341"))
+ "1fgxbhv0wyiivi6kh5zpzrd0yqmc48z7d3zmjspw9lj84mbn2s8d"))
(modules '((guix build utils)))
(snippet
'(begin