summaryrefslogtreecommitdiff
path: root/gnu/packages/ntp.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-07-19 01:06:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-07-19 01:06:55 +0200
commitb225b1bec25313941c8737f7e1ce872492edc533 (patch)
tree1cc580fa2fa90ca2e1f0c49e1397d7cb4b6e8e55 /gnu/packages/ntp.scm
parentc48fa0ad329eba62616e37468fc630eb7a1b58ac (diff)
downloadguix-patches-b225b1bec25313941c8737f7e1ce872492edc533.tar
guix-patches-b225b1bec25313941c8737f7e1ce872492edc533.tar.gz
gnu: openntpd: Update to 6.1p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.1p1.
Diffstat (limited to 'gnu/packages/ntp.scm')
-rw-r--r--gnu/packages/ntp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index 00526f526f..7befd491ac 100644
--- a/gnu/packages/ntp.scm
+++ b/gnu/packages/ntp.scm
@@ -98,7 +98,7 @@ computers over a network.")
(define-public openntpd
(package
(name "openntpd")
- (version "6.0p1")
+ (version "6.1p1")
(source (origin
(method url-fetch)
;; XXX Use mirror://openbsd
@@ -107,7 +107,7 @@ computers over a network.")
version ".tar.gz"))
(sha256
(base32
- "1s3plmxmybwpfrimq6sc54wxnn6ca7rb2g5k2bdjm4c88w4q1axi"))))
+ "1ykx9ga76k5m54h7k5x4ds2clxsyfniss5vmf88pxnrip5bx6if8"))))
(build-system gnu-build-system)
(home-page "http://www.openntpd.org/")
(synopsis "NTP client and server by the OpenBSD Project")