mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
6ccd3b28e4
commit
a3d7c67a92
1 changed files with 2 additions and 4 deletions
|
@ -498,19 +498,17 @@ demand.")
|
||||||
(define-public python-prometheus-client
|
(define-public python-prometheus-client
|
||||||
(package
|
(package
|
||||||
(name "python-prometheus-client")
|
(name "python-prometheus-client")
|
||||||
(version "0.7.1")
|
(version "0.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "prometheus_client" version))
|
(uri (pypi-uri "prometheus_client" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ni2yv4ixwz32nz39ckia76lvggi7m19y5f702w5qczbnfi29kbi"))))
|
(base32 "12dvlh4k6in87q47f0zqh8nrnnfs0pwrs2xynbf34yhl1g82jxi8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; No included tests.
|
'(;; No included tests.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(propagated-inputs
|
|
||||||
(list python-twisted))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/prometheus/client_python")
|
"https://github.com/prometheus/client_python")
|
||||||
(synopsis "Python client for the Prometheus monitoring system")
|
(synopsis "Python client for the Prometheus monitoring system")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue