about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-21 08:34:50 -0500
committerGitHub <noreply@github.com>2023-11-21 08:34:50 -0500
commit3542fd7529861befff9a0b2d6cb2a8102acaebf2 (patch)
tree214f2384342eb2b990ba6d8a93f944ef794749c4 /pkgs
parent305a44b801c63f72e59c247d6a2c806405b7471e (diff)
parent789eccb0e7599aa0d6b144b4fe8583e7e7a7a69a (diff)
Merge pull request #268072 from aaronjheng/circus
circus: pin to Python 3.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index ccf91d185e64d..78df21dad6753 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 { };