python313Packages.checkdmarc: 5.10.8 -> 5.10.12

Diff: https://github.com/domainaware/checkdmarc/compare/5.10.8...5.10.12

Changelog: https://github.com/domainaware/checkdmarc/blob/5.10.12/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-09-21 09:31:09 +02:00
parent 0f1e7c9ed7
commit e1c3c2a281
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "checkdmarc";
version = "5.10.8";
version = "5.10.12";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "domainaware";
repo = "checkdmarc";
tag = version;
hash = "sha256-+vRHuTUKO0O/B6d9+p79wSkwAngG+h7p4P7DAR+bCKA=";
hash = "sha256-XbBdBef3+kt26XP5GDH5rgHYGh8xIjHUUVOcdeVICLs=";
};
pythonRelaxDeps = [ "xmltodict" ];