Merge pull request #59646 from r-ryantm/auto-update/python3.7-cfgv

python37Packages.cfgv: 1.4.0 -> 1.6.0
This commit is contained in:
Renaud 2019-05-07 18:14:43 +02:00 committed by GitHub
commit 6ae8aed1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cfgv";
version = "1.4.0";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "01mpw8kx0f2py2jwf0fv60k01p11gs0dbar5zq42k4z38xf0bn9r";
sha256 = "1vxjwga8x9nn5xqbhf5sql7jab3s1la07mxbaqgcfjz8lpp2z7vf";
};
propagatedBuildInputs = [ six ];