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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user