gnu: chrony: Update to 4.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 28 Aug 2022 00:00:00 +0000 (02:00 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 4 Sep 2022 00:00:01 +0000 (02:00 +0200)
* gnu/packages/ntp.scm (chrony): Update to 4.3.

gnu/packages/ntp.scm

index 7546015..949d448 100644 (file)
 (define-public chrony
   (package
     (name "chrony")
-    (version "4.2")
+    (version "4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.tuxfamily.org/chrony/"
                            "chrony-" version ".tar.gz"))
        (sha256
-        (base32 "16nv90h73c99adh2bdrvlws1lhjsqfp6pfpnlprxd3ijbk8rygr7"))))
+        (base32 "0148bgzymdigkjs66fihrqw98g1yf6vgy40nlajqkw35m24sh3cx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)