python3Packages.prometheus-client: 0.24.1 -> 0.25.0

This commit is contained in:
Alexis Hildebrandt
2026-06-06 22:27:02 +02:00
parent 08f0eaf008
commit eeb56f01e1
@@ -13,14 +13,14 @@
buildPythonPackage (finalAttrs: {
pname = "prometheus-client";
version = "0.24.1";
version = "0.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "prometheus";
repo = "client_python";
tag = "v${finalAttrs.version}";
hash = "sha256-4swqhoCVrD7GflFbQX+QH9yGVDjbfwXvd7trs30STQQ=";
hash = "sha256-vue/5ulOnKkYjiHYWgT6HZ5mhV2vqAstm44+zwm+po0=";
};
build-system = [ setuptools ];