diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 18:10:35 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-14 21:31:52 +0100 |
commit | 8dc0e147d8391e025c167b6a3746b72c2e26dca0 (patch) | |
tree | 7e49e33ee3f57e2cff075b9ea09cb5414ae2daca | |
parent | 2acb2f19578ff8b33cd225d9ede4adb6de5a7799 (diff) |
gnu: python-prometheus-client: Update to 0.20.0.
* gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.20.0.
[propagated-inputs]: Remove python-twisted.
Change-Id: Id784729ae1f9645a97347457d32d9c15ddb2b289
-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 d4c442fbfe..26f0d550c6 100644 --- a/gnu/packages/monitoring.scm +++ b/gnu/packages/monitoring.scm @@ -495,19 +495,17 @@ demand.") (define-public python-prometheus-client (package (name "python-prometheus-client") - (version "0.7.1") + (version "0.20.0") (source (origin (method url-fetch) (uri (pypi-uri "prometheus_client" version)) (sha256 - (base32 "1ni2yv4ixwz32nz39ckia76lvggi7m19y5f702w5qczbnfi29kbi")))) + (base32 "12dvlh4k6in87q47f0zqh8nrnnfs0pwrs2xynbf34yhl1g82jxi8")))) (build-system python-build-system) (arguments '(;; No included tests. #:tests? #f)) - (propagated-inputs - (list python-twisted)) (home-page "https://github.com/prometheus/client_python") (synopsis "Python client for the Prometheus monitoring system") |