6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-rSXiAEh8r6NpcoYl/gZOiK2hNGYYUmECZZtGQPK0uRE=";
15 pythonImportsCheck = [ "gym_notices" ];
18 description = "Notices for Python package Gym";
19 homepage = "https://github.com/Farama-Foundation/gym-notices";
20 license = licenses.mit;
21 maintainers = with maintainers; [ billhuang ];