Gaetan Lepage
2025-03-06 17:18:27 +01:00
parent 14a4a1f827
commit 6e22fe5fbe
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "gymnasium";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
@@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "Farama-Foundation";
repo = "gymnasium";
tag = "v${version}";
hash = "sha256-o+rxEMxiw4BP1lTk0xTXjqXS2C9vuHBzE8F7ZEVHmIc=";
hash = "sha256-5uE6ANOxVCeV5GMDGG+0j5JY2t++jw+mZFFHGl+sTfw=";
};
build-system = [ setuptools ];