Unverified Commit 02a4eb32 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.checkdmarc: 5.13.0 -> 5.13.1 (#475412)

parents 806ee52e 59ecead6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "checkdmarc";
  version = "5.13.0";
  version = "5.13.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "domainaware";
    repo = "checkdmarc";
    tag = version;
    hash = "sha256-lhAi5iSzXFMeue7UK/mRz9/+N2++LY2JFVR00K/OhNo=";
    hash = "sha256-/y5fFRqnlxrPrg5WAUfTQnuyShiqnqXrAZfShQnGvgc=";
  };

  pythonRelaxDeps = [