Merge pull request #106117 from r-ryantm/auto-update/python3.7-click-help-colors

python37Packages.click-help-colors: 0.8 -> 0.9
This commit is contained in:
Mario Rodas 2020-12-08 04:18:28 -05:00 committed by GitHub
commit 5795fdf0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "click-help-colors";
version = "0.8";
version = "0.9";
src = fetchPypi {
inherit pname version;
sha256 = "EZ5fr2nPyRnJlcWWIyasj9h/EeVqNxr1lOPf2EWPTG4=";
sha256 = "eb037a2dd95a9e20b3897c2b3ca57e7f6797f76a8d93f7eeedda7fcdcbc9b635";
};
propagatedBuildInputs = [ click ];