python313Packages.cyclopts: 4.2.2 -> 4.2.3 (#461663)
This commit is contained in:
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cyclopts";
|
pname = "cyclopts";
|
||||||
version = "4.2.1";
|
version = "4.2.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BrianPugh";
|
owner = "BrianPugh";
|
||||||
repo = "cyclopts";
|
repo = "cyclopts";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-dBI7ax7ljmCrE7ymcMa/B9uMtLyRTC42unrKBJ9QYQg=";
|
hash = "sha256-NNhbR1Fl7WIVrlJOLbMbNcUOi1/1XaOa0N6SGbeOOlE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Reference in New Issue
Block a user