python38Packages.click-help-colors: 0.9 -> 0.9.1

This commit is contained in:
R. RyanTM 2021-08-13 17:06:24 +00:00
parent 17b4b7097f
commit d3d60a082a

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "click-help-colors";
version = "0.9";
version = "0.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "eb037a2dd95a9e20b3897c2b3ca57e7f6797f76a8d93f7eeedda7fcdcbc9b635";
sha256 = "78cbcf30cfa81c5fc2a52f49220121e1a8190cd19197d9245997605d3405824d";
};
propagatedBuildInputs = [ click ];