python312Packages.rich-click: 1.8.6 -> 1.8.8 (#393237)

This commit is contained in:
Weijia Wang
2025-04-24 01:15:48 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
build-system = with python3.pkgs; [ setuptools ];
pythonRelaxDeps = [ "rich-click" ];
pythonRelaxDeps = [ "rich_click" ];
dependencies = with python3.pkgs; [
robotframework
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "rich-click";
version = "1.8.6";
version = "1.8.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "ewels";
repo = "rich-click";
tag = "v${version}";
hash = "sha256-3spiDhSpVobhJMKfU7ZvQf9srD4goKowIl6LiBziiLA=";
hash = "sha256-938YQMpq7v2iGNVoaVU1H2nuTmteZwKDfZI3anfrpcw=";
};
build-system = [ setuptools ];
@@ -39,7 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to format click help output nicely with rich";
homepage = "https://github.com/ewels/rich-click";
changelog = "https://github.com/ewels/rich-click/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/ewels/rich-click/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "rich-click";