python3Packages.cyclopts: 3.2.1 -> 3.3.0
https://github.com/BrianPugh/cyclopts/releases/tag/v3.3.0
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user