python3Packages.checkdmarc: 5.17.3 -> 5.17.4 (#547470)

This commit is contained in:
Fabian Affolter
2026-07-31 19:51:04 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "checkdmarc";
version = "5.17.3";
version = "5.17.4";
pyproject = true;
src = fetchFromGitHub {
owner = "domainaware";
repo = "checkdmarc";
tag = finalAttrs.version;
hash = "sha256-OI96936+4Jcx3VuPmHI2tcIssPxC7ofmLwWcvZxMw7E=";
hash = "sha256-jAnxD3stiKhlnU15GVWf3VAJsvlSaQx3uBVeqJ7yN00=";
};
pythonRelaxDeps = [