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

python3Packages.gymnasium: 1.2.0 -> 1.2.1 (#445460)

parents faf0f6ce cbb91e9d
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.0";
  version = "1.2.1";

  pyproject = true;

@@ -46,7 +46,7 @@ buildPythonPackage rec {
    owner = "Farama-Foundation";
    repo = "gymnasium";
    tag = "v${version}";
    hash = "sha256-fQsz1Qpef9js+iqkqbfxrTQgcZT+JKjwpEiWewju2Dc=";
    hash = "sha256-KevA7AW73ppN6KuE0jAE3xfm/1ZWZxHtHbeNM6RC9yI=";
  };

  build-system = [ setuptools ];