~ruther/guix-local

b7921ba5a7651efbb0dedb75cb3dd0840aed041f — Mark H Weaver 11 years ago ac6c66a
gnu: ntp: Update to 4.2.8p1.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p1.
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/ntp.scm
M gnu/packages/ntp.scm => gnu/packages/ntp.scm +3 -3
@@ 1,6 1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 33,7 33,7 @@
(define-public ntp
  (package
   (name "ntp")
   (version "4.2.8")
   (version "4.2.8p1")
   (source (origin
	    (method url-fetch)
	    (uri (string-append 


@@ 42,7 42,7 @@
                  "/ntp-" version ".tar.gz"))
	    (sha256
	     (base32
	      "1vnqa1542d01xmlkw8f3rq57y360b2j7yxkkg9b11955nvw0v4if"))))
	      "124xslljdzv778msr18jn5l9d6fhvzpsmmnfczc05l0yiyw790ll"))))
   (native-inputs `(("which" ,which)
                    ("pkg-config" ,pkg-config)))
   (inputs