mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: openntpd: Update to 6.0p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.0p1.
This commit is contained in:
parent
b13b9834f2
commit
77952b4c18
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ (define-public ntp
|
|||
(define-public openntpd
|
||||
(package
|
||||
(name "openntpd")
|
||||
(version "5.9p1")
|
||||
(version "6.0p1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
;; XXX Use mirror://openbsd
|
||||
|
@ -106,7 +106,7 @@ (define-public openntpd
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cwp6vxv7nj039kgbf0mgfm06f8zc4axawdc7ijl2r2ddl2h8310"))))
|
||||
"1s3plmxmybwpfrimq6sc54wxnn6ca7rb2g5k2bdjm4c88w4q1axi"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "http://www.openntpd.org/")
|
||||
(synopsis "NTP client and server by the OpenBSD Project")
|
||||
|
|
Loading…
Reference in a new issue