Skip to content

Commit cdbb117

Browse files
authored
python312Packages.prometheus-api-client: 0.5.6 -> 0.5.7 (#383330)
2 parents 732e35c + c9f2720 commit cdbb117

File tree

1 file changed

+7
-4
lines changed
  • pkgs/development/python-modules/prometheus-api-client

1 file changed

+7
-4
lines changed

pkgs/development/python-modules/prometheus-api-client/default.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,25 @@
88
matplotlib,
99
numpy,
1010
pandas,
11+
setuptools,
1112
requests,
1213
}:
1314

1415
buildPythonPackage rec {
1516
pname = "prometheus-api-client";
16-
version = "0.5.6";
17-
format = "setuptools";
17+
version = "0.5.7";
18+
pyproject = true;
1819

1920
src = fetchFromGitHub {
2021
owner = "4n4nd";
2122
repo = "prometheus-api-client-python";
2223
tag = "v${version}";
23-
hash = "sha256-0vnG0m+RV2Z9GIMJ/R0edjcjyPH1OvB8zERCMeyRuRg=";
24+
hash = "sha256-XmsBEGerEA7kEigkVpDYpe1UfEKvEzV/0uY3sffRC7s=";
2425
};
2526

26-
propagatedBuildInputs = [
27+
build-system = [ setuptools ];
28+
29+
dependencies = [
2730
dateparser
2831
matplotlib
2932
numpy

0 commit comments

Comments
 (0)