diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-09 22:21:01 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-15 14:17:39 +0100 |
| commit | 9936f94f9cdfbd656bfbbde77683bff38b56b8d4 (patch) | |
| tree | 3e2a97d5ef303ef6e78daec914ab3c751a9c3a72 /gnu | |
| parent | f02cfb3cc9931887d95267e11d851d57cfcdbc93 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/prometheus.scm | 9 |
1 files 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 |
