Loading pkgs/development/python-modules/universal-pathlib/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,23 +10,23 @@ buildPythonPackage rec { pname = "universal-pathlib"; version = "0.2.3"; format = "pyproject"; version = "0.2.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "universal_pathlib"; inherit version; hash = "sha256-IvXyif7exLZjlWWWdCZS4hd7yiRmG2yKFz9ZdM/uAFI="; hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ fsspec ]; dependencies = [ fsspec ]; pythonImportsCheck = [ "upath" ]; Loading Loading
pkgs/development/python-modules/universal-pathlib/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,23 +10,23 @@ buildPythonPackage rec { pname = "universal-pathlib"; version = "0.2.3"; format = "pyproject"; version = "0.2.4"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "universal_pathlib"; inherit version; hash = "sha256-IvXyif7exLZjlWWWdCZS4hd7yiRmG2yKFz9ZdM/uAFI="; hash = "sha256-VXChH9iMrRu8YiCz5yP92K38XF4AhlIJ6IrwP/SqFUs="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm ]; propagatedBuildInputs = [ fsspec ]; dependencies = [ fsspec ]; pythonImportsCheck = [ "upath" ]; Loading