Loading pkgs/development/python-modules/skrl/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -16,15 +16,15 @@ buildPythonPackage rec { pname = "skrl"; version = "1.4.2"; version = "1.4.3"; pyproject = true; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "Toni-SM"; repo = pname; tag = version; hash = "sha256-ONCRZ5Gpvg61dhi7GVxtvXIJiyZY9Fmk2qexMXVuj3A="; hash = "sha256-5lkoYAmMIWqK3+E3WxXMWS9zal2DhZkfl30EkrHKpdI="; }; nativeBuildInputs = [ setuptools ]; Loading Loading @@ -63,6 +63,7 @@ buildPythonPackage rec { meta = with lib; { description = "Reinforcement learning library using PyTorch focusing on readability and simplicity"; changelog = "https://github.com/Toni-SM/skrl/releases/tag/${version}"; homepage = "https://skrl.readthedocs.io"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; Loading Loading
pkgs/development/python-modules/skrl/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -16,15 +16,15 @@ buildPythonPackage rec { pname = "skrl"; version = "1.4.2"; version = "1.4.3"; pyproject = true; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "Toni-SM"; repo = pname; tag = version; hash = "sha256-ONCRZ5Gpvg61dhi7GVxtvXIJiyZY9Fmk2qexMXVuj3A="; hash = "sha256-5lkoYAmMIWqK3+E3WxXMWS9zal2DhZkfl30EkrHKpdI="; }; nativeBuildInputs = [ setuptools ]; Loading Loading @@ -63,6 +63,7 @@ buildPythonPackage rec { meta = with lib; { description = "Reinforcement learning library using PyTorch focusing on readability and simplicity"; changelog = "https://github.com/Toni-SM/skrl/releases/tag/${version}"; homepage = "https://skrl.readthedocs.io"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; Loading