[bug#35182] gnu: zabbix-agentd: Update to 4.2.0.

Message ID 20190407183957.2771-1-go.wigust@gmail.com
State Accepted
Headers show
Series [bug#35182] gnu: zabbix-agentd: Update to 4.2.0. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Oleg Pykhalov April 7, 2019, 6:39 p.m. UTC
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.2.0.
---
 gnu/packages/monitoring.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Ricardo Wurmus April 8, 2019, 1:32 p.m. UTC | #1
Oleg Pykhalov <go.wigust@gmail.com> writes:

> * gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.2.0.

Thank you.  I pushed it to the “master” branch with commit 46a7ad4698.

Patch

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 4384406227..d7bc459ed4 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -4,7 +4,7 @@ 
 ;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
-;;; Copyright © 2018 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -152,7 +152,7 @@  etc. via a Web interface.  Features include:
 (define-public zabbix-agentd
   (package
     (name "zabbix-agentd")
-    (version "4.0.2")
+    (version "4.2.0")
     (source
      (origin
        (method url-fetch)
@@ -161,7 +161,7 @@  etc. via a Web interface.  Features include:
              "/zabbix-" version ".tar.gz"))
        (sha256
         (base32
-         "033qb4b9y02jp2ijj8ny0a0yk1mzj0a8ihxrv11h7ln8kpl55vqw"))))
+         "1b9wx6z15jfg8yakb7mlaqqri1ia9i12rgk58c3nparzsjdd9p2c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags