Fabian Affolter
2025-02-19 11:30:22 +01:00
parent 16d1bfa8c8
commit 41f3fbb18e
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "prometheus-api-client";
version = "0.5.6";
version = "0.5.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "4n4nd";
repo = "prometheus-api-client-python";
tag = "v${version}";
hash = "sha256-0vnG0m+RV2Z9GIMJ/R0edjcjyPH1OvB8zERCMeyRuRg=";
hash = "sha256-XmsBEGerEA7kEigkVpDYpe1UfEKvEzV/0uY3sffRC7s=";
};
propagatedBuildInputs = [