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

python37Packages.cfgv: 1.6.0 -> 2.0.0
This commit is contained in:
Mario Rodas 2019-06-19 21:54:51 -05:00 committed by GitHub
commit a2646b3c92
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.6.0";
version = "2.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "1vxjwga8x9nn5xqbhf5sql7jab3s1la07mxbaqgcfjz8lpp2z7vf";
sha256 = "0zn3nc7cyfsvg9gp7558656n2sn1m01j30l79ci22ibgvq4vxv9j";
};
propagatedBuildInputs = [ six ];