python312Packages.cyclopts: 3.1.0 -> 3.1.1
Diff: https://github.com/BrianPugh/cyclopts/compare/refs/tags/v3.1.0...v3.1.1 Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v3.1.1
This commit is contained in:
parent
226216574a
commit
8142620c37
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cyclopts";
|
pname = "cyclopts";
|
||||||
version = "3.1.0";
|
version = "3.1.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
owner = "BrianPugh";
|
owner = "BrianPugh";
|
||||||
repo = "cyclopts";
|
repo = "cyclopts";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-acmEECW486Q1t/y+ym9giAcN7QfzU9whsHP6HImgBm0=";
|
hash = "sha256-iTNxD9PehYYcWlZTfIMGoon2goPac/UvCaxTrbHy+5s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
Loading…
Reference in New Issue
Block a user