diff options
| -rw-r--r-- | gnu/packages/monitoring.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm index d6fab3f32c3..7dd30f9a6e0 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm | |||
| @@ -498,19 +498,17 @@ demand.") | |||
| 498 | (define-public python-prometheus-client | 498 | (define-public python-prometheus-client |
| 499 | (package | 499 | (package |
| 500 | (name "python-prometheus-client") | 500 | (name "python-prometheus-client") |
| 501 | (version "0.7.1") | 501 | (version "0.20.0") |
| 502 | (source | 502 | (source |
| 503 | (origin | 503 | (origin |
| 504 | (method url-fetch) | 504 | (method url-fetch) |
| 505 | (uri (pypi-uri "prometheus_client" version)) | 505 | (uri (pypi-uri "prometheus_client" version)) |
| 506 | (sha256 | 506 | (sha256 |
| 507 | (base32 "1ni2yv4ixwz32nz39ckia76lvggi7m19y5f702w5qczbnfi29kbi")))) | 507 | (base32 "12dvlh4k6in87q47f0zqh8nrnnfs0pwrs2xynbf34yhl1g82jxi8")))) |
| 508 | (build-system python-build-system) | 508 | (build-system python-build-system) |
| 509 | (arguments | 509 | (arguments |
| 510 | '(;; No included tests. | 510 | '(;; No included tests. |
| 511 | #:tests? #f)) | 511 | #:tests? #f)) |
| 512 | (propagated-inputs | ||
| 513 | (list python-twisted)) | ||
| 514 | (home-page | 512 | (home-page |
| 515 | "https://github.com/prometheus/client_python") | 513 | "https://github.com/prometheus/client_python") |
| 516 | (synopsis "Python client for the Prometheus monitoring system") | 514 | (synopsis "Python client for the Prometheus monitoring system") |
