mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: openntpd: Update to 6.8p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.8p1.
This commit is contained in:
parent
593b3a9da6
commit
9faee1e645
1 changed files with 2 additions and 2 deletions
|
@ -166,14 +166,14 @@ (define-public ntp
|
|||
(define-public openntpd
|
||||
(package
|
||||
(name "openntpd")
|
||||
(version "6.2p3")
|
||||
(version "6.8p1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://openbsd/OpenNTPD/openntpd-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
|
||||
"0ijsylc7a4jlpxsqa0jq1w1c7333id8pcakzl7a5749ria1xp0l5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags `( "--with-privsep-user=ntpd"
|
||||
|
|
Loading…
Reference in a new issue