From 56f31fbe42bb4deeeda56badf087aa80763a2f5b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 15 May 2026 01:30:09 +0200 Subject: [PATCH] python3Packages.checkdmarc: 5.13.4 -> 5.15.4 Changelog: https://github.com/domainaware/checkdmarc/blob/5.15.4/CHANGELOG.md --- pkgs/development/python-modules/checkdmarc/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/checkdmarc/default.nix b/pkgs/development/python-modules/checkdmarc/default.nix index c74737399064..636ce721286b 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.13.4"; + version = "5.15.4"; pyproject = true; src = fetchFromGitHub { owner = "domainaware"; repo = "checkdmarc"; tag = finalAttrs.version; - hash = "sha256-Ve7kGCD/4NMAOGTULvCYt1NTicD8+gSgy5eu0dAu5RA="; + hash = "sha256-MafEl+5uZS490ZZqi74alOnbLfDyMGb5RK5CtyHUS60="; }; pythonRelaxDeps = [ @@ -65,6 +65,11 @@ buildPythonPackage (finalAttrs: { "testSplitSPFRecord" "testTooManySPFDNSLookups" "testTooManySPFVoidDNSLookups" + "testDNSSEC" + "testDnssecFalseWhenNoKey" + "testGetDnskeyCache" + "testIncludeMissingSPF" + "testKnownGood" ]; meta = {