python37Packages.click-help-colors: 0.8 -> 0.9

This commit is contained in:
R. RyanTM 2020-12-06 23:30:36 +00:00
parent 8f94e6566a
commit f3496a1197

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 ];