guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit b5d146a1138aada091e62a79096efb7daf8fa801
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 343cefa1cb..fb88a30b6c 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

Reply via email to