python3Packages.cyclopts: 3.2.1 -> 3.3.0

https://github.com/BrianPugh/cyclopts/releases/tag/v3.3.0
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:03 +01:00
parent 038ccc9fbc
commit 8cd400a1fc
@@ -62,7 +62,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to create CLIs based on Python type hints";
homepage = "https://github.com/BrianPugh/cyclopts";
changelog = "https://github.com/BrianPugh/cyclopts/releases/tag/v${version}";
changelog = "https://github.com/BrianPugh/cyclopts/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};