python3Packages.ale-py: 0.11.1 -> 0.11.2 (#424817)
This commit is contained in:
commit
1cdf8ea737
@ -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 = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user