Commit 93c87e18 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 7cbec3af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];