Skip to content

Commit

Permalink
python310Packages.click-help-colors: 0.9.2 -> 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Dec 1, 2023
1 parent d21afee commit ea2ee49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/click-help-colors/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "click-help-colors";
version = "0.9.2";
version = "0.9.4";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-dWJF5ULSkia7O8BWv6WIhvISuiuC9OjPX8iEF2rJbXI=";
hash = "sha256-9Mq+Us9VApm4iI9PLuTF81msJ+M7z+TWHbR3haXMk2w=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ea2ee49

Please sign in to comment.