diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 22:42:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 23:42:47 +0100 |
commit | 0a8c2c98fb0b0727044f85b35f3350ea60e5a6bb (patch) | |
tree | 7699cc6aa354632a6b3e0ed7c02df021678cf8c3 | |
parent | d7caf8b8cdf413d6d8f32688540a6438996c051f (diff) | |
download | patches-0a8c2c98fb0b0727044f85b35f3350ea60e5a6bb.tar patches-0a8c2c98fb0b0727044f85b35f3350ea60e5a6bb.tar.gz |
gnu: ntp: Update to 4.2.8p13.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p13.
-rw-r--r-- | gnu/packages/ntp.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm index 6227bca29b..419b6d7321 100644 --- a/gnu/packages/ntp.scm +++ b/gnu/packages/ntp.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com> ;;; Copyright © 2015, 2018 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -40,7 +40,7 @@ (define-public ntp (package (name "ntp") - (version "4.2.8p12") + (version "4.2.8p13") (source (origin (method url-fetch) @@ -53,8 +53,7 @@ (version-major+minor version) "/ntp-" version ".tar.gz"))) (sha256 - (base32 - "0m04ndn0674kcf9x0aggjya07a3hlig2nlzzpwk7vmqka0mj56vh")) + (base32 "0f1a4fya7v5s0426nim8ydvvlcashb8hicgs9xlm76ndrz7751r8")) (modules '((guix build utils))) (snippet '(begin |