Skip to content

Commit

Permalink
python311Packages.rich-click: 1.8.2 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 29, 2024
1 parent 18e404b commit c6d83ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rich-click/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "rich-click";
version = "1.8.2";
version = "1.8.3";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "ewels";
repo = "rich-click";
rev = "refs/tags/v${version}";
hash = "sha256-O7ZV6+p0nvWmKHUy/aK+qcED/KT4hZojoQRKr9Eg848=";
hash = "sha256-7Avg8HcN9q0EUOnkvuM0oIbwTUGAY2ksbX3SOVZtPOc=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit c6d83ef

Please sign in to comment.