Loading pkgs/development/python-modules/bite-parser/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -5,12 +5,11 @@ , poetry-core , pytest-asyncio , pytestCheckHook , typing-extensions }: buildPythonPackage rec { pname = "bite-parser"; version = "0.2.2"; version = "0.2.3"; disabled = pythonOlder "3.8"; Loading @@ -19,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "bite_parser"; inherit version; hash = "sha256-mBghKgrNv4ZaRNowo7csWekmqrI0xAVKJKowSeumr4g="; hash = "sha256-5ZdmOhnxpBI4XGgT4n8JEriqOEkiUZ1Cc96/pyluhe4="; }; nativeBuildInputs = [ Loading @@ -29,7 +28,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook typing-extensions ]; pythonImportsCheck = [ "bite" ]; Loading Loading
pkgs/development/python-modules/bite-parser/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -5,12 +5,11 @@ , poetry-core , pytest-asyncio , pytestCheckHook , typing-extensions }: buildPythonPackage rec { pname = "bite-parser"; version = "0.2.2"; version = "0.2.3"; disabled = pythonOlder "3.8"; Loading @@ -19,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "bite_parser"; inherit version; hash = "sha256-mBghKgrNv4ZaRNowo7csWekmqrI0xAVKJKowSeumr4g="; hash = "sha256-5ZdmOhnxpBI4XGgT4n8JEriqOEkiUZ1Cc96/pyluhe4="; }; nativeBuildInputs = [ Loading @@ -29,7 +28,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook typing-extensions ]; pythonImportsCheck = [ "bite" ]; Loading