Merge pull request #295332 from r-ryantm/auto-update/python312Packages.rich-click

python312Packages.rich-click: 1.7.3 -> 1.7.4
This commit is contained in:
Nick Cao
2024-03-12 15:12:48 -04:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "rich-click";
version = "1.7.3";
version = "1.7.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "ewels";
repo = "rich-click";
rev = "refs/tags/v${version}";
hash = "sha256-ZTUJbW39SBaqgVG+ytmnPG6DK7J2XGPwmC2w3TCodBo=";
hash = "sha256-eqpxNurMHn4ClD0KjTQ7Yfny61tcYBRKlW74axjLI8A=";
};
nativeBuildInputs = [