python313Packages.email-validator: 2.2.0 -> 2.3.0
Changelog: https://github.com/JoshData/python-email-validator/releases/tag/v2.3.0
This commit is contained in:
committed by
Martin Weinelt
parent
8f81cc2fd8
commit
e165073e6f
@@ -9,13 +9,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "email-validator";
|
||||
version = "2.2.0";
|
||||
version = "2.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "email_validator";
|
||||
inherit version;
|
||||
hash = "sha256-y2kPNExhenFPIuZq53FEWhzrRoIRUt+OFlxfmjZFgrc=";
|
||||
hash = "sha256-n8BcN/L2z0Of9BT4/EbZF5KZdKgiRMIOsQIxumDFRCY=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user