python3Packages.prometheus-client: 0.15.0 -> 0.16.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:36 +01:00
parent 0a1632cbba
commit edee2041ab

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "prometheus-client";
version = "0.15.0";
version = "0.16.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "prometheus";
repo = "client_python";
rev = "refs/tags/v${version}";
hash = "sha256-LabvQMNiRH4jclMnN0P4M3w25NQasNQEu1HWvRDQQ2o=";
hash = "sha256-FYQE0toy5VFKNVadSsxG/5NCRANYJOcVR4bGPrCAxvc=";
};
nativeCheckInputs = [