guix-patches
[Top][All Lists]
Advanced

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

[bug#37629] [PATCH] gnu: zabbix: Update to 4.2.7.


From: Giovanni Biscuolo
Subject: [bug#37629] [PATCH] gnu: zabbix: Update to 4.2.7.
Date: Sat, 05 Oct 2019 10:49:40 +0200

Hello Guix,

this is a patch to update zabbix to the current latest stable release

thanks! Gio'

>From dd8d76689d266a4b5da362b2d93f2f94ab7f7657 Mon Sep 17 00:00:00 2001
From: Giovanni Biscuolo <address@hidden>
Date: Fri, 4 Oct 2019 18:15:28 +0200
Subject: [PATCH] gnu: zabbix: Update to 4.2.7.

* gnu/packages/monitoring.scm: (zabbix) Update to 4.2.7.
---
 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 a34e002a8c..b165e6952d 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -152,7 +152,7 @@ etc. via a Web interface.  Features include:
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "4.2.0")
+    (version "4.2.7")
     (source
      (origin
        (method url-fetch)
@@ -161,7 +161,7 @@ etc. via a Web interface.  Features include:
              "/zabbix-" version ".tar.gz"))
        (sha256
         (base32
-         "1b9wx6z15jfg8yakb7mlaqqri1ia9i12rgk58c3nparzsjdd9p2c"))))
+         "09znh8x1sass5mw6wjrfmizjbfls8ad2c16y24ldfj40hlfxz6wx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.20.1

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

reply via email to

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