From d50c7259deddae3fb766bea69671495199bd204c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 25 May 2026 13:43:14 +0200 Subject: [PATCH] python3Packages.checkdmarc: 5.15.4 -> 5.16.2 Changelog: https://github.com/domainaware/checkdmarc/blob/5.16.2/CHANGELOG.md --- pkgs/development/python-modules/checkdmarc/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/checkdmarc/default.nix b/pkgs/development/python-modules/checkdmarc/default.nix index 636ce721286b..6f0dc73b3652 100644 --- a/pkgs/development/python-modules/checkdmarc/default.nix +++ b/pkgs/development/python-modules/checkdmarc/default.nix @@ -19,14 +19,14 @@ buildPythonPackage (finalAttrs: { pname = "checkdmarc"; - version = "5.15.4"; + version = "5.16.2"; pyproject = true; src = fetchFromGitHub { owner = "domainaware"; repo = "checkdmarc"; tag = finalAttrs.version; - hash = "sha256-MafEl+5uZS490ZZqi74alOnbLfDyMGb5RK5CtyHUS60="; + hash = "sha256-kMGraYqxKu7rXRPX0dUAXYGljIxPuZwVDoa9FnSvFoQ="; }; pythonRelaxDeps = [ @@ -54,8 +54,6 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "checkdmarc" ]; - enabledTestPaths = [ "tests.py" ]; - disabledTests = [ # Tests require network access "testBIMI"