Unverified Commit 2495083d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.prometheus-client: 0.14.1 -> 0.15.0
parents b719846f 071df1e1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "prometheus-client";
  version = "0.14.1";
  version = "0.15.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -15,8 +15,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "prometheus";
    repo = "client_python";
    rev = "v${version}";
    sha256 = "sha256-hvBdWOMDuzF91Hv4u//tF+z6la0JfiTQHlpS4TnWpmk=";
    rev = "refs/tags/v${version}";
    hash = "sha256-LabvQMNiRH4jclMnN0P4M3w25NQasNQEu1HWvRDQQ2o=";
  };

  checkInputs = [