hydra-check: unpin python version

We don't support Python 3.10 anymore, and it has incurred breakages that
blocked the build of this package.
This commit is contained in:
Martin Weinelt 2024-03-17 16:46:58 +01:00
parent ee44ceb40e
commit 1f57f24114
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21741,7 +21741,7 @@ with pkgs;
hydraAntLogger = callPackage ../development/libraries/java/hydra-ant-logger { };
hydra-check = with python310.pkgs; toPythonApplication hydra-check;
hydra-check = with python3.pkgs; toPythonApplication hydra-check;
hyena = callPackage ../development/libraries/hyena { };