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