guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/23: gnu: Zabbix: Update to 6.0.9.


From: guix-commits
Subject: 02/23: gnu: Zabbix: Update to 6.0.9.
Date: Thu, 27 Oct 2022 13:47:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cae327a3b0507cc2d0d69c9c1abf4ec8c45c92e8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Oct 26 16:19:53 2022 +0200

    gnu: Zabbix: Update to 6.0.9.
    
    * gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.9.
---
 gnu/packages/monitoring.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 1ff36b025b..1cde9ef82f 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -170,7 +170,7 @@ etc. via a Web interface.  Features include:
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "6.0.8")
+    (version "6.0.9")
     (source
      (origin
        (method url-fetch)
@@ -178,7 +178,7 @@ etc. via a Web interface.  Features include:
              "https://cdn.zabbix.com/zabbix/sources/stable/";
              (version-major+minor version) "/zabbix-" version ".tar.gz"))
        (sha256
-        (base32 "0ijf5d0kl2wb6amlz3bqfh7xg4wy00n1prislhszclj01sn0gy1g"))
+        (base32 "0rzdlmfvyqys166zi94q1c6pbf57b0g1dygb23ixsx083gq1hh01"))
        (modules '((guix build utils)))
        (snippet
         '(substitute* '("src/zabbix_proxy/proxy.c"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]