about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ale-py
AgeCommit message (Collapse)AuthorFilesLines
2023-08-19python3.pkgs.ale-py: add missing ninja dependencyTheodore Ni1-0/+1
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt1-1/+1
when they already rely on SRI hashes.
2023-03-03python3Packages.ale-py: 0.8.0 -> 0.8.1Martin Weinelt1-3/+3
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-05python310Packages.ale-py: init at 0.8.0 (#199118)Bill Huang2-0/+101
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>