Merge pull request #53229 from r-ryantm/auto-update/python3.7-gym

python37Packages.gym: 0.9.6 -> 0.10.9
This commit is contained in:
Jörg Thalheim 2019-01-02 21:12:11 +01:00 committed by GitHub
commit b22ccb4d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "gym";
version = "0.9.6";
version = "0.10.9";
src = fetchPypi {
inherit pname version;
sha256 = "0llbhn3zdlsz2crd5grd1yygg8zp2shsclc24iqix5gw5f65clx5";
sha256 = "1id2xyyypks8bjdayb19av809w0838ghymyngmyhdbbsk588q7q0";
};
propagatedBuildInputs = [