python312Packages.mailchecker: 6.0.13 -> 6.0.14

This commit is contained in:
R. Ryantm
2024-12-15 18:50:23 +00:00
parent df586b9252
commit b557ff7846
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "mailchecker";
version = "6.0.13";
version = "6.0.14";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-03Qew5vfLGkUFNw2Hg1nLwjiCkTXDNJy/QfiWc/bhjU=";
hash = "sha256-/FZwGXQwx46r1koP20LSRXxcqVQCEMWhkT2XlXhtKn0=";
};
build-system = [ setuptools ];