python3Packages.mail-parser: 4.1.3 -> 4.1.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:41 +02:00
parent 7e3ab7525a
commit 00a376148d
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "mail-parser";
version = "4.1.3";
version = "4.1.4";
pyproject = true;
src = fetchFromGitHub {
owner = "SpamScope";
repo = "mail-parser";
tag = version;
hash = "sha256-aNPBWxAysxHTuzaupi/CSSBUsGTsFanuPldz6BRr2V0=";
hash = "sha256-wwLUD/k26utugK/Yx9eXYEdSOvrk0Cy6RkXGDnzZ+fE=";
};
LC_ALL = "en_US.utf-8";