python3Packages.mailchecker: 4.1.8 -> 4.1.9

This commit is contained in:
Fabian Affolter 2022-01-20 22:19:02 +01:00
parent 8fc6055ce7
commit e83bbd6f04

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "mailchecker";
version = "4.1.8";
version = "4.1.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RLZunjRX7lljKQl+sJ/py8bTR/YZsDewTJao9IBuLbE=";
hash = "sha256-vr70AB8EiOmb8lgwrq78iTnHdrp14Ppyh57Trh8SQ8Q=";
};
# Module has no tests