Merge pull request #336194 from r-ryantm/auto-update/dmarc-metrics-exporter

dmarc-metrics-exporter: 1.0.0 -> 1.1.0
This commit is contained in:
Nick Cao 2024-08-21 16:28:14 -04:00 committed by GitHub
commit a324b9a8d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "dmarc-metrics-exporter";
version = "1.0.0";
version = "1.1.0";
disabled = python3.pythonOlder "3.8";
@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "jgosmann";
repo = "dmarc-metrics-exporter";
rev = "refs/tags/v${version}";
hash = "sha256-pT2GGoNPCHBZZbbBE93cJjgogBNcdpvLmrVakNMu6tY=";
hash = "sha256-xzIYlOZ1HeW+jbVDVlUPTIooFraQ0cJltsDoCzVMNsA=";
};
pythonRelaxDeps = true;