Merge: dmarc-metrics-exporter: 1.1.0 -> 1.2.0 (#359710)

This commit is contained in:
Maximilian Bosch 2024-11-30 13:49:25 +01:00 committed by GitHub
commit 977c297cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "dmarc-metrics-exporter";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "jgosmann";
repo = "dmarc-metrics-exporter";
rev = "refs/tags/v${version}";
hash = "sha256-xzIYlOZ1HeW+jbVDVlUPTIooFraQ0cJltsDoCzVMNsA=";
hash = "sha256-cIsI4TNYuLK0fpUg9lnbl5KSBtzQoT/pTByI9hiy/7o=";
};
pythonRelaxDeps = true;