mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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:
commit
5795fdf0d4
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user