[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: collectd: Update to 5.12.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: collectd: Update to 5.12.0. |
Date: |
Wed, 25 Nov 2020 02:56:05 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1b52adf gnu: collectd: Update to 5.12.0.
1b52adf is described below
commit 1b52adf0bd453cc529c110ce93130bbdfec32504
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Nov 24 16:25:06 2020 +0100
gnu: collectd: Update to 5.12.0.
* gnu/packages/monitoring.scm (collectd): Update to 5.12.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 919e7f1..0ee4b4c 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -456,7 +456,7 @@ written in Go with pluggable metric collectors.")
(define-public collectd
(package
(name "collectd")
- (version "5.11.0")
+ (version "5.12.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -465,7 +465,7 @@ written in Go with pluggable metric collectors.")
".tar.bz2"))
(sha256
(base32
- "1cjxksxdqcqdccz1nbnc2fp6yy84qq361ynaq5q8bailds00mc9p"))
+ "1mh97afgq6qgmpvpr84zngh58m0sl1b4wimqgvvk376188q09bjv"))
(patches (search-patches "collectd-5.11.0-noinstallvar.patch"))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: collectd: Update to 5.12.0.,
guix-commits <=