mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #268072 from aaronjheng/circus
circus: pin to Python 3.10
This commit is contained in:
commit
3542fd7529
@ -6872,7 +6872,7 @@ with pkgs;
|
||||
|
||||
circleci-cli = callPackage ../development/tools/misc/circleci-cli { };
|
||||
|
||||
circus = with python3Packages; toPythonApplication circus;
|
||||
circus = with python310Packages; toPythonApplication circus;
|
||||
|
||||
cirrus-cli = callPackage ../development/tools/continuous-integration/cirrus-cli { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user