Merge pull request #228123 from fabaff/mailchecker-bump

python310Packages.mailchecker: 5.0.8 -> 5.0.9
This commit is contained in:
Fabian Affolter 2023-04-26 10:43:31 +02:00 committed by GitHub
commit fb54110dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "mailchecker";
version = "5.0.8";
version = "5.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rqayN1W+dqHSdRH7NFKtD07r2OztQq5FBhMaJEI3iwY=";
hash = "sha256-iwg5B9pC2qRI2T6xnwyXjd4uhWVhel52Jxs1pfcoXM0=";
};
# Module has no tests