python3Packages.ale-py: 0.11.1 -> 0.11.2 (#424817)

This commit is contained in:
Gaétan Lepage 2025-07-13 17:22:57 +02:00 committed by GitHub
commit 1cdf8ea737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,14 +34,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ale-py"; pname = "ale-py";
version = "0.11.1"; version = "0.11.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Farama-Foundation"; owner = "Farama-Foundation";
repo = "Arcade-Learning-Environment"; repo = "Arcade-Learning-Environment";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-VrPc3i1VYuThKdQn/wimNzMHNmPIAdTxbh2tuJb4YJY="; hash = "sha256-4IkjW8HX21uBEHFtb3qETxco6FfDMgLbG1BDHWwvn58=";
}; };
build-system = [ build-system = [