python313Packages.cyclopts: 4.2.2 -> 4.2.3
Diff: https://github.com/BrianPugh/cyclopts/compare/v4.2.2...v4.2.3 Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v4.2.3
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cyclopts";
|
||||
version = "4.2.2";
|
||||
version = "4.2.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "BrianPugh";
|
||||
repo = "cyclopts";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-JIWdI9NwZVQzMV7BxJyvuIORo7u4eyM1JcvR8A/Q8x8=";
|
||||
hash = "sha256-NNhbR1Fl7WIVrlJOLbMbNcUOi1/1XaOa0N6SGbeOOlE=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user