This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch go-team
in repository guix.
The following commit(s) were added to refs/heads/go-team by this push:
new 797529b8d9 gnu: prometheus-node-exporter: Update to 1.10.2.
797529b8d9 is described below
commit 797529b8d9de5ac8b4988e21f86aeb7b8b9c57a3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Feb 15 00:33:18 2026 +0000
gnu: prometheus-node-exporter: Update to 1.10.2.
* gnu/packages/monitoring.scm (prometheus-node-exporter): Update to 1.10.2.
Change-Id: Ib824958af13b2bbc220106ebc0934ebe3aca076c
---
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 d7d9cc8324..1bc3b2c05f 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -873,7 +873,7 @@ WSGI and the node exporter textfile collector.")
(define-public prometheus-node-exporter
(package
(name "prometheus-node-exporter")
- (version "1.9.0")
+ (version "1.10.2")
(source
(origin
(method git-fetch)
@@ -882,7 +882,7 @@ WSGI and the node exporter textfile collector.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xs57jlmjj1vqac6xlkygg3xb08g356nlnc852ds1ia87911jvls"))))
+ (base32 "10dqb97bv7v2xc31qjr7g8k7v0r1wq75xk846zbjgglw35nrpb2i"))))
(build-system go-build-system)
(arguments
(list