python311Packages.prometheus-client: 0.17.0 -> 0.17.1

Diff: https://github.com/prometheus/client_python/compare/refs/tags/v0.17.0...v0.17.1

Changelog: https://github.com/prometheus/client_python/releases/tag/v0.17.1
This commit is contained in:
Fabian Affolter
2023-08-04 22:46:38 +02:00
parent 5a296e6d03
commit 832f074ee8
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "prometheus-client";
version = "0.17.0";
version = "0.17.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "prometheus";
repo = "client_python";
rev = "refs/tags/v${version}";
hash = "sha256-0qh6OorIIs3WfneZavzwTTZFwIRXCJzezks/qihu8xo=";
hash = "sha256-ag9gun47Ar0Sw3ZGIXAHjtv4GdhX8x51UVkgwdQ8A+s=";
};
nativeCheckInputs = [