Merge pull request #288268 from Ma27/bump-dmarc-metrics-exporter

dmarc-metrics-exporter: 0.10.1 -> 1.0.0
This commit is contained in:
Maximilian Bosch 2024-02-22 18:09:31 +01:00 committed by GitHub
commit d93e81fff3
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 = "0.10.1";
version = "1.0.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-gur0+2yHqxySXECMboW7dAyyf0ckSdS0FEy7HvA5Y5w=";
hash = "sha256-pT2GGoNPCHBZZbbBE93cJjgogBNcdpvLmrVakNMu6tY=";
};
pythonRelaxDeps = true;
@ -29,6 +29,7 @@ python3.pkgs.buildPythonApplication rec {
bite-parser
dataclasses-serialization
prometheus-client
structlog
uvicorn
xsdata
]