guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 4553162f5bbd70d3dae160cc785867e72be614f3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 9 22:21:01 2026 +0000
gnu: go-github-com-prometheus-client-model: Update to 0.6.2.
* gnu/packages/prometheus.scm (go-github-com-prometheus-client-model):
Update to 0.6.2.
Change-Id: If1cd35fd79b04da17bb2973ea88cf0e9883fa44c
---
gnu/packages/prometheus.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm
index 6777c65297..8a4c86d094 100644
--- a/gnu/packages/prometheus.scm
+++ b/gnu/packages/prometheus.scm
@@ -385,19 +385,20 @@ Prometheus metrics.")
(define-public go-github-com-prometheus-client-model
(package
(name "go-github-com-prometheus-client-model")
- (version "0.6.1")
+ (version "0.6.2")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/prometheus/client_model")
- (commit (string-append "v" version))))
+ (url "https://github.com/prometheus/client_model")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0g1q2szzwp4rwkvayi2mnq2nwj6hj4ja7j43vwyi1iaz6d9z505c"))))
+ (base32 "1r0magjb44ckin8mrp6shihbl7lvsswfry4hr9yr6d12zzm638db"))))
(build-system go-build-system)
(arguments
(list
+ ;; TODO: Check if need/can generare *.go from proto files, see Makefile.
#:skip-build? #t
#:import-path "github.com/prometheus/client_model"))
(propagated-inputs