Skip to content

Commit 4cc717a

Browse files
python312Packages.gymnasium: 1.1.0 -> 1.1.1 (#387631)
2 parents 9ab61b2 + 6e22fe5 commit 4cc717a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/gymnasium/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
buildPythonPackage rec {
3434
pname = "gymnasium";
35-
version = "1.1.0";
35+
version = "1.1.1";
3636

3737
pyproject = true;
3838

3939
src = fetchFromGitHub {
4040
owner = "Farama-Foundation";
4141
repo = "gymnasium";
4242
tag = "v${version}";
43-
hash = "sha256-o+rxEMxiw4BP1lTk0xTXjqXS2C9vuHBzE8F7ZEVHmIc=";
43+
hash = "sha256-5uE6ANOxVCeV5GMDGG+0j5JY2t++jw+mZFFHGl+sTfw=";
4444
};
4545

4646
build-system = [ setuptools ];

0 commit comments

Comments
 (0)