python3Packages.checkdmarc: 5.15.4 -> 5.16.2

Changelog: https://github.com/domainaware/checkdmarc/blob/5.16.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-06-10 22:56:27 +02:00
parent 80a588d3ed
commit d50c7259de
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "checkdmarc";
version = "5.15.4";
version = "5.16.2";
pyproject = true;
src = fetchFromGitHub {
owner = "domainaware";
repo = "checkdmarc";
tag = finalAttrs.version;
hash = "sha256-MafEl+5uZS490ZZqi74alOnbLfDyMGb5RK5CtyHUS60=";
hash = "sha256-kMGraYqxKu7rXRPX0dUAXYGljIxPuZwVDoa9FnSvFoQ=";
};
pythonRelaxDeps = [
@@ -54,8 +54,6 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "checkdmarc" ];
enabledTestPaths = [ "tests.py" ];
disabledTests = [
# Tests require network access
"testBIMI"