lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.validators: 0.34.0 -> 0.35.0

https://github.com/python-validators/validators/blob/0.35.0/CHANGES.md

authored by

Martin Weinelt and committed by
Robert Schütz
a43342bf 27bb003a

+2 -2
+2 -2
pkgs/development/python-modules/validators/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "validators"; 13 - version = "0.34.0"; 13 + version = "0.35.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "python-validators"; 20 20 repo = "validators"; 21 21 tag = version; 22 - hash = "sha256-1QKo6nidaHeKCbti/xALbgylHYbtBUJlWrjhNtdx8kU="; 22 + hash = "sha256-b3kjKbqmfny6YnU0rlrralTgvYT06sUpckI4EDKDleA="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];