Unverified Commit 4dc20e27 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.gymnasium: 1.2.2 -> 1.2.3 (#472105)

parents 206d4bc7 a576ab31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

buildPythonPackage rec {
  pname = "gymnasium";
  version = "1.2.2";
  version = "1.2.3";

  pyproject = true;

@@ -46,7 +46,7 @@ buildPythonPackage rec {
    owner = "Farama-Foundation";
    repo = "gymnasium";
    tag = "v${version}";
    hash = "sha256-GD/ZC6BRcsIiVrvTz3j2hg10tbJMfCou/ydUFbC2fc4=";
    hash = "sha256-b712BPs7AS8UE8Zsu9GW/J6Vag9NB/x728MtQ5yrjbY=";
  };

  build-system = [ setuptools ];