guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: go-github-com-prometheus-node-exporter: Upda


From: guix-commits
Subject: branch master updated: gnu: go-github-com-prometheus-node-exporter: Update to 0.18.1.
Date: Mon, 27 Jan 2020 18:35:32 -0500

This is an automated email from the git hooks/post-receive script.

boskovits pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 412622a  gnu: go-github-com-prometheus-node-exporter: Update to 0.18.1.
412622a is described below

commit 412622ad661bb1d60cd520fba1d4c6a0280551d0
Author: Gábor Boskovits <address@hidden>
AuthorDate: Tue Jan 28 00:32:06 2020 +0100

    gnu: go-github-com-prometheus-node-exporter: Update to 0.18.1.
    
    * gnu/packages/monitoring.scm
    (go-github-com-prometheus-node-exporter): Update to 0.18.1.
---
 gnu/packages/monitoring.scm | 40 +++++++++++++++++++---------------------
 1 file changed, 19 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 78f94bb..1eb095c 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -401,28 +401,26 @@ WSGI and the node exporter textfile collector.")
   (package-with-python2 python-prometheus-client))
 
 (define-public go-github-com-prometheus-node-exporter
-  (let ((commit "55c32fcf02492fe4946f7ab563547cc5df7fc61e")
-        (revision "0"))
-    (package
-      (name "go-github-com-prometheus-node-exporter")
-      (version (git-version "0.0.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/prometheus/node_exporter.git";)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "041b87a0sid23c29swqmi5hw6cxbxvkfj3415jg73cm2pi8wh5s6"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path "github.com/prometheus/node_exporter"))
-      (synopsis "Prometheus exporter for hardware and OS metrics")
-      (description "Prometheus exporter for metrics exposed by *NIX kernels,
+  (package
+    (name "go-github-com-prometheus-node-exporter")
+    (version "0.18.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/prometheus/node_exporter.git";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0s3sp1gj86p7npxl38hkgs6ymd3wjjmc5hydyg1b5wh0x3yvpx07"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/prometheus/node_exporter"))
+    (synopsis "Prometheus exporter for hardware and OS metrics")
+    (description "Prometheus exporter for metrics exposed by *NIX kernels,
 written in Go with pluggable metric collectors.")
-      (home-page "https://github.com/prometheus/node_exporter";)
-      (license license:asl2.0))))
+    (home-page "https://github.com/prometheus/node_exporter";)
+    (license license:asl2.0)))
 
 (define-public fswatch
   (package



reply via email to

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