python312Packages.checkdmarc: 5.7.8 -> 5.8.1

This commit is contained in:
R. Ryantm
2025-02-28 22:13:01 +00:00
parent 6421090605
commit afcc902c69
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "checkdmarc";
version = "5.7.8";
version = "5.8.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "domainaware";
repo = "checkdmarc";
tag = version;
hash = "sha256-fqSRqiakwFk1Cfb79oOEBbPF/fbtumuV7M6Mjl09Vmw=";
hash = "sha256-mdEfVfqK277A8QUc8rpLxS2pfdyg4Z5XqWpWkh9mFLk=";
};
pythonRelaxDeps = [ "xmltodict" ];
@@ -69,7 +69,7 @@ buildPythonPackage rec {
description = "Parser for SPF and DMARC DNS records";
mainProgram = "checkdmarc";
homepage = "https://github.com/domainaware/checkdmarc";
changelog = "https://github.com/domainaware/checkdmarc/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/domainaware/checkdmarc/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};