Skip to content

Commit

Permalink
python312Packages.cyclopts: 3.1.5 -> 3.2.0 (NixOS#373960)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 15, 2025
2 parents 5e0164b + 395b6b3 commit d936d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cyclopts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "cyclopts";
version = "3.1.5";
version = "3.2.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "BrianPugh";
repo = "cyclopts";
tag = "v${version}";
hash = "sha256-iYlQeBR9xuuiTp9mma5okGdAimnEpKd0x4HvC9OkYq0=";
hash = "sha256-U2H/SyVqoNlKAiim6FieEQw0SKK/b9diP9AjXb8PZjg=";
};

build-system = [
Expand Down

0 comments on commit d936d13

Please sign in to comment.