python3Packages.gymnasium: 1.2.3 -> 1.3.0
Diff: https://github.com/Farama-Foundation/gymnasium/compare/v1.2.3...v1.3.0 Changelog: https://github.com/Farama-Foundation/Gymnasium/releases/tag/v1.3.0
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "gymnasium";
|
||||
version = "1.2.3";
|
||||
version = "1.3.0";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
owner = "Farama-Foundation";
|
||||
repo = "gymnasium";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-b712BPs7AS8UE8Zsu9GW/J6Vag9NB/x728MtQ5yrjbY=";
|
||||
hash = "sha256-asQ/RqnmGRoVdwBkp4RIkqzGtQ7PnISt8/mRcXrNbBc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user