Merge pull request #69920 from r-ryantm/auto-update/python3.7-validators

python37Packages.validators: 0.13.0 -> 0.14.0
This commit is contained in:
Jon 2019-09-29 19:27:41 -07:00 committed by GitHub
commit ffdbb2eb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "validators";
version = "0.13.0";
version = "0.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "ea9bf8bf22aa692c205e12830d90b3b93950e5122d22bed9eb2f2fece0bba298";
sha256 = "1bhla1l8gbks572zp4f254acz23822dz2mp122djxvp328i87b7h";
};
propagatedBuildInputs = [