Merge pull request #247216 from fabaff/prometheus-client-bump

python311Packages.prometheus-client: 0.17.0 -> 0.17.1
This commit is contained in:
Mario Rodas 2023-08-05 09:31:44 -05:00 committed by GitHub
commit e4cb777d02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [