Loading pkgs/development/python-modules/fastcore/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -3,22 +3,19 @@ buildPythonPackage, fetchFromGitHub, packaging, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "fastcore"; version = "1.8.11"; version = "1.8.12"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "fastai"; repo = "fastcore"; tag = version; hash = "sha256-gqC5dVYWfWLNvum8ffIpT9qlm2yD6txPm3KQaP/rHao="; hash = "sha256-YJONK7WMAQLCkROosGbT5C1G/JtTC7iZs2t+mx03yOo="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/fastcore/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -3,22 +3,19 @@ buildPythonPackage, fetchFromGitHub, packaging, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "fastcore"; version = "1.8.11"; version = "1.8.12"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "fastai"; repo = "fastcore"; tag = version; hash = "sha256-gqC5dVYWfWLNvum8ffIpT9qlm2yD6txPm3KQaP/rHao="; hash = "sha256-YJONK7WMAQLCkROosGbT5C1G/JtTC7iZs2t+mx03yOo="; }; build-system = [ setuptools ]; Loading