3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.mailchecker: 4.1.13 -> 4.1.14

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:11 +02:00
parent 9abc2f01cb
commit 69b07e0c00

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "mailchecker";
version = "4.1.13";
version = "4.1.14";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-4ez18K9ksVGjzspHHcw/Ja6hxoKTkYLBFn65m7VBWYk=";
hash = "sha256-58LwaVwYzjYlIB3sAkMDat1FX8wA7IiAYBwPZ0hMOdE=";
};
# Module has no tests