python313Packages.validators: 0.34.0 -> 0.35.0

https://github.com/python-validators/validators/blob/0.35.0/CHANGES.md
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:28 -07:00
committed by Robert Schütz
parent 27bb003a0b
commit a43342bf5c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "validators";
version = "0.34.0";
version = "0.35.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "python-validators";
repo = "validators";
tag = version;
hash = "sha256-1QKo6nidaHeKCbti/xALbgylHYbtBUJlWrjhNtdx8kU=";
hash = "sha256-b3kjKbqmfny6YnU0rlrralTgvYT06sUpckI4EDKDleA=";
};
build-system = [ setuptools ];