0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

dmarc-metrics-exporter: 1.1.0 -> 1.2.0

(cherry picked from commit 4e80396028)
This commit is contained in:
R. Ryantm 2024-11-28 00:08:52 +00:00 committed by github-actions[bot]
parent 5fb2b2381b
commit 9fa24bd9d8

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;