Loading pkgs/development/python-modules/entry-points-txt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,17 +10,17 @@ buildPythonPackage rec { pname = "entry-points-txt"; version = "0.2.1"; version = "0.3.0"; pyproject = true; src = fetchFromGitHub { owner = "jwodder"; repo = "entry-points-txt"; tag = "v${version}"; hash = "sha256-hIUXxBJ0XSB4FrNZJdofJ1gTTncILNq9Xh+iAV1CD0s="; hash = "sha256-8oGK7aIDgXkCLh/d38hWzfF367KhmggG2s820D2r/EA="; }; nativeBuildInputs = [ hatchling ]; build-system = [ hatchling ]; nativeCheckInputs = [ pytestCheckHook Loading Loading
pkgs/development/python-modules/entry-points-txt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,17 +10,17 @@ buildPythonPackage rec { pname = "entry-points-txt"; version = "0.2.1"; version = "0.3.0"; pyproject = true; src = fetchFromGitHub { owner = "jwodder"; repo = "entry-points-txt"; tag = "v${version}"; hash = "sha256-hIUXxBJ0XSB4FrNZJdofJ1gTTncILNq9Xh+iAV1CD0s="; hash = "sha256-8oGK7aIDgXkCLh/d38hWzfF367KhmggG2s820D2r/EA="; }; nativeBuildInputs = [ hatchling ]; build-system = [ hatchling ]; nativeCheckInputs = [ pytestCheckHook Loading