guix-commits
[Top][All Lists]
Advanced

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

21/35: gnu: zabbix-agentd: Update to 5.2.5.


From: guix-commits
Subject: 21/35: gnu: zabbix-agentd: Update to 5.2.5.
Date: Wed, 3 Mar 2021 18:45:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0d03ca6e94fd27207b6cba5b8c195a3e52687be0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 23:12:41 2021 +0100

    gnu: zabbix-agentd: Update to 5.2.5.
    
    * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.5.
---
 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 0a98544..46e1903 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -160,7 +160,7 @@ etc. via a Web interface.  Features include:
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "5.2.3")
+    (version "5.2.5")
     (source
      (origin
        (method url-fetch)
@@ -168,7 +168,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 "0wlv3jala7xinl03fr6n0y3hmq9yi0wwn27k6snqhz4yyfdwhdnf"))))
+        (base32 "1iaby7rablakx91hajnkmjcc4zkvrq7xsvlhss3lw5drm12rf3ff"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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