python313Packages.extract-msg: update disabled

This commit is contained in:
Fabian Affolter 2025-08-17 21:59:22 +02:00 committed by GitHub
parent 32ec010d04
commit 5c0a5bf049
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ buildPythonPackage rec {
version = "0.55.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "TeamMsgExtractor";