We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 595abd5 + 1b36d05 commit b3645c4Copy full SHA for b3645c4
pkgs/development/python-modules/cyclopts/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "cyclopts";
21
- version = "3.15.0";
+ version = "3.16.0";
22
pyproject = true;
23
24
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "BrianPugh";
28
repo = "cyclopts";
29
tag = "v${version}";
30
- hash = "sha256-APg6Z1atVgkWy0/Gf30l7XrLZtxevt6Hj4z4ytKiy/0=";
+ hash = "sha256-5njodmW28F1l9CO/FymNBh4wEsNNtJl74yBSucAH1EI=";
31
};
32
33
build-system = [
0 commit comments