Unverified Commit 856d93df authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.checkdmarc: 5.7.8 -> 5.8.1 (#385917)

parents 6e282518 afcc902c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };