mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 02:00:29 +02:00
gnu: chrony: Update to 4.8.
* gnu/packages/ntp.scm (chrony): Update to 4.8. Merges: https://codeberg.org/guix/guix/pulls/6663 Change-Id: I99dd9f6af54d12b94a688153ff3ced7dfd6602a8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
ff0617a72d
commit
41d02cd010
@@ -63,7 +63,7 @@
|
||||
(define-public chrony
|
||||
(package
|
||||
(name "chrony")
|
||||
(version "4.7")
|
||||
(version "4.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -72,7 +72,7 @@
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pqplqlfy1b05qkj7d5l954z7rdz5mbwr9d0hvsa7s6bwqsrl791"))))
|
||||
(base32 "0pw1c6wkm4pxc92m1ykxs467azk6gmhvb8m49qkzw0s0agpg49nm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user