diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-27 20:15:25 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:29 +0000 |
| commit | 530b01588fc7075868be34dec0491bac25bf2ac3 (patch) | |
| tree | e90cd54f6d1be8b0db1d5260f355fb618bb22690 /gnu/packages/prometheus.scm | |
| parent | d638d137e631a87853084268f877baa390415d87 (diff) | |
gnu: go-github-com-prometheus-exporter-toolkit: Update to 0.13.2.
* gnu/packages/prometheus.scm (go-github-com-prometheus-exporter-toolkit): Update to 0.13.2.
[propagated-inputs]: Add go-github-com-mdlayher-vsock.
Change-Id: I6679a25c2178d9a1f88534b0755ba6035ff86a68
Diffstat (limited to 'gnu/packages/prometheus.scm')
| -rw-r--r-- | gnu/packages/prometheus.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index 26a85eb81c9..f9691e1054a 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm | |||
| @@ -410,7 +410,7 @@ Protocol,ICMP} echo (ping) functionality.") | |||
| 410 | (define-public go-github-com-prometheus-exporter-toolkit | 410 | (define-public go-github-com-prometheus-exporter-toolkit |
| 411 | (package | 411 | (package |
| 412 | (name "go-github-com-prometheus-exporter-toolkit") | 412 | (name "go-github-com-prometheus-exporter-toolkit") |
| 413 | (version "0.11.0") | 413 | (version "0.13.2") |
| 414 | (source | 414 | (source |
| 415 | (origin | 415 | (origin |
| 416 | (method git-fetch) | 416 | (method git-fetch) |
| @@ -419,7 +419,7 @@ Protocol,ICMP} echo (ping) functionality.") | |||
| 419 | (commit (string-append "v" version)))) | 419 | (commit (string-append "v" version)))) |
| 420 | (file-name (git-file-name name version)) | 420 | (file-name (git-file-name name version)) |
| 421 | (sha256 | 421 | (sha256 |
| 422 | (base32 "1n46jw3b13g355iv8phxxnnci7a877y5dscc1rlj3rpz4vy6yfzx")))) | 422 | (base32 "05k4sfrc1zs96iprgnap0gd42vwfq47j6vg2bv83nckcv731gmiv")))) |
| 423 | (build-system go-build-system) | 423 | (build-system go-build-system) |
| 424 | (arguments | 424 | (arguments |
| 425 | (list | 425 | (list |
| @@ -441,6 +441,7 @@ Protocol,ICMP} echo (ping) functionality.") | |||
| 441 | (list go-github-com-alecthomas-kingpin-v2 | 441 | (list go-github-com-alecthomas-kingpin-v2 |
| 442 | go-github-com-coreos-go-systemd-v22 | 442 | go-github-com-coreos-go-systemd-v22 |
| 443 | go-github-com-go-kit-log | 443 | go-github-com-go-kit-log |
| 444 | go-github-com-mdlayher-vsock | ||
| 444 | ; Imported for go-github-com-prometheus-common to break the cycle. | 445 | ; Imported for go-github-com-prometheus-common to break the cycle. |
| 445 | go-github-com-prometheus-client-golang | 446 | go-github-com-prometheus-client-golang |
| 446 | go-github-com-prometheus-common | 447 | go-github-com-prometheus-common |
