Skip to content

Commit

Permalink
python27Packages.gym: 0.15.6 -> 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 3, 2020
1 parent 7921733 commit 908c6e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/gym/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

buildPythonPackage rec {
pname = "gym";
version = "0.15.6";
version = "0.16.0";

src = fetchPypi {
inherit pname version;
sha256 = "0qpx4w6k42sb9ncjk4r6i22qjbcxcnha43svhvvq1nh7796xqzgd";
sha256 = "06h5b639nmzhmy4m1j3vigm86iv5pv7k8jy6xpldyd4jdlf37nn5";
};

postPatch = ''
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents";
homepage = https://gym.openai.com/;
homepage = "https://gym.openai.com/";
license = licenses.mit;
maintainers = with maintainers; [ hyphon81 ];
};
Expand Down

0 comments on commit 908c6e8

Please sign in to comment.