[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: chrony: Update to 4.1.
From: |
guix-commits |
Subject: |
02/02: gnu: chrony: Update to 4.1. |
Date: |
Thu, 13 May 2021 11:02:19 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 71127538acf4915617a7e5fb91703287248b10f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 13 16:50:04 2021 +0200
gnu: chrony: Update to 4.1.
* gnu/packages/ntp.scm (chrony): Update to 4.1.
---
gnu/packages/ntp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ntp.scm b/gnu/packages/ntp.scm
index 6d046ee..ecad285 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, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -43,14 +43,14 @@
(define-public chrony
(package
(name "chrony")
- (version "4.0")
+ (version "4.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.tuxfamily.org/chrony/"
"chrony-" version ".tar.gz"))
(sha256
- (base32 "09f6w2x5h5kamb4rhcbaz911q1f730qdalgsn8s48yjyqlafl9xy"))))
+ (base32 "0k0nf5qqzl01106lkmwc32n6a1fxagalpbci38iccyilz79z4xpd"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((srfi srfi-26)