Unverified Commit 179bd586 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python313Packages.checkdmarc: 5.10.8 -> 5.10.12 (#444888)

parents c37e1179 e1c3c2a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];