diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-18 02:27:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-18 02:28:30 -0400 |
commit | 989a9fffa74f42a4c2a979b16fd01ae218cf0bb8 (patch) | |
tree | bae40dd8f474ee69bc0c2ee77ec6ee490c2e8217 /gnu/packages/ntp.scm | |
parent | ba42f54df6fede1ce6aec268e78784640ee642db (diff) | |
download | patches-989a9fffa74f42a4c2a979b16fd01ae218cf0bb8.tar patches-989a9fffa74f42a4c2a979b16fd01ae218cf0bb8.tar.gz |
gnu: ntp: Update to 4.2.8p2.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
Diffstat (limited to 'gnu/packages/ntp.scm')
-rw-r--r-- | 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 0fb7fe6c7d..dcc881a4bf 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 |