prometheus-borgmatic-exporter: 0.3.0 -> 0.4.0 (#474691)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-28 12:01:53 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "prometheus-borgmatic-exporter";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "maxim-mityutko";
repo = "borgmatic-exporter";
tag = "v${version}";
hash = "sha256-QbpHSpcXJdmi6oiPTFT6XwNLtaXSAGavHeEoz3IV73I=";
hash = "sha256-fhsGpQolZxX5VAAEV3hiLF7bo4pbVt9GWyertf2oeO0=";
};
pythonRelaxDeps = [ "prometheus-client" ];