python3Packages.cyclopts: 4.18.0 -> 4.19.0

Diff: https://github.com/BrianPugh/cyclopts/compare/v4.18.0...v4.19.0

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v4.19.0
This commit is contained in:
Fabian Affolter
2026-06-24 11:50:10 +02:00
parent 64b259bb30
commit 6f20c461aa
@@ -28,16 +28,18 @@
buildPythonPackage (finalAttrs: {
pname = "cyclopts";
version = "4.18.0";
version = "4.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${finalAttrs.version}";
hash = "sha256-Gg1FrEXmx90U5vO6u0ttue+niswIuWrKYFpscAoaaKY=";
hash = "sha256-4BaCqqAKktw1hyde5OXfCsb35h2/s+p4In3APyAXWoQ=";
};
pythonRelaxDeps = [ "rich-rst" ];
build-system = [
hatchling
hatch-vcs