Skip to content

Commit

Permalink
python27Packages.gym: 0.15.4 -> 0.16.0
Browse files Browse the repository at this point in the history
Fixes broken build by backporting NixOS#81577
and previous update.

CC @NixOS/nixos-release-managers

ZHF: NixOS#80379

(cherry picked from commit 908c6e8)
  • Loading branch information
r-ryantm authored and stigok committed Jun 12, 2020
1 parent d62fd2f commit 3f580c7
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.4";
version = "0.16.0";

src = fetchPypi {
inherit pname version;
sha256 = "3b930cbe1c76bbd30455b5e82ba723dea94159a5f988e927f443324bf7cc7ddd";
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 3f580c7

Please sign in to comment.