Unverified Commit 6551a0ab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.checkdmarc: 4.8.4 -> 5.5.0 (#341511)

parents 13ac75d0 f7966b39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "checkdmarc";
  version = "4.8.4";
  version = "5.5.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "domainaware";
    repo = "checkdmarc";
    rev = "refs/tags/${version}";
    hash = "sha256-NNB5dYQzzdNapjP4mtpCW08BzfZ+FFRESUtpxCOzrdk=";
    hash = "sha256-skQqLWBEmfyiW2DsRRbj3Lfj52QZca0zKenFC7LltjM=";
  };

  nativeBuildInputs = [ hatchling ];