diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-22 14:30:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-22 14:30:35 -0400 |
commit | dddb11b506ee9c7feca26be852d9995faf587099 (patch) | |
tree | 7180454106c234d84cfe2e720550db826c091f72 /gnu/packages/ntp.scm | |
parent | 37fdba7e0ba3d3bd8b3e58f55fa982aec05dc163 (diff) | |
download | guix-dddb11b506ee9c7feca26be852d9995faf587099.tar guix-dddb11b506ee9c7feca26be852d9995faf587099.tar.gz |
gnu: ntp: Update to 4.2.8p4.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p4.
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 a53d98efdd..9e6db67e3e 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 |