mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openntpd: Update to 6.2p3.
* gnu/packages/ntp.scm (openntpd): Update to 6.2p3.
This commit is contained in:
parent
5b327a2d61
commit
6dbad376a2
1 changed files with 2 additions and 2 deletions
|
@ -98,14 +98,14 @@ computers over a network.")
|
||||||
(define-public openntpd
|
(define-public openntpd
|
||||||
(package
|
(package
|
||||||
(name "openntpd")
|
(name "openntpd")
|
||||||
(version "6.2p2")
|
(version "6.2p3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"mirror://openbsd/OpenNTPD/" name "-" version ".tar.gz"))
|
"mirror://openbsd/OpenNTPD/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1chghbh1bnwhxdgkqki51w94nwvlyj1a9q8716r4v2h0gc9s822q"))))
|
"0fn12i4kzsi0zkr4qp3dp9bycmirnfapajqvdfx02zhr4hanj0kv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.openntpd.org/")
|
(home-page "http://www.openntpd.org/")
|
||||||
(synopsis "NTP client and server by the OpenBSD Project")
|
(synopsis "NTP client and server by the OpenBSD Project")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue