[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: ntp: Update to 4.2.8p2.
From: |
Mark H. Weaver |
Subject: |
02/02: gnu: ntp: Update to 4.2.8p2. |
Date: |
Sat, 18 Apr 2015 06:28:12 +0000 |
mhw pushed a commit to branch master
in repository guix.
commit 989a9fffa74f42a4c2a979b16fd01ae218cf0bb8
Author: Mark H Weaver <address@hidden>
Date: Sat Apr 18 02:27:30 2015 -0400
gnu: ntp: Update to 4.2.8p2.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
---
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 0fb7fe6..dcc881a 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -34,7 +34,7 @@
(define-public ntp
(package
(name "ntp")
- (version "4.2.8p1")
+ (version "4.2.8p2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -43,7 +43,7 @@
"/ntp-" version ".tar.gz"))
(sha256
(base32
- "124xslljdzv778msr18jn5l9d6fhvzpsmmnfczc05l0yiyw790ll"))))
+ "0ccv9kh5asxpk7bjn73vwrqimbkbfl743bgx0km47bfajl7bqs8d"))))
(native-inputs `(("which" ,which)
("pkg-config" ,pkg-config)))
(inputs