lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.mail-parser: 4.1.3 -> 4.1.4

R. Ryantm cc412943 ed341aab

+2 -2
+2 -2
pkgs/development/python-modules/mail-parser/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "mail-parser"; 15 - version = "4.1.3"; 15 + version = "4.1.4"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "SpamScope"; 20 20 repo = "mail-parser"; 21 21 tag = version; 22 - hash = "sha256-aNPBWxAysxHTuzaupi/CSSBUsGTsFanuPldz6BRr2V0="; 22 + hash = "sha256-wwLUD/k26utugK/Yx9eXYEdSOvrk0Cy6RkXGDnzZ+fE="; 23 23 }; 24 24 25 25 LC_ALL = "en_US.utf-8";