Merge pull request #247382 from r-ryantm/auto-update/python310Packages.bite-parser

python310Packages.bite-parser: 0.2.2 -> 0.2.3
This commit is contained in:
Nick Cao
2023-08-06 19:12:50 -06:00
committed by GitHub
@@ -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";
@@ -19,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "bite_parser";
inherit version;
hash = "sha256-mBghKgrNv4ZaRNowo7csWekmqrI0xAVKJKowSeumr4g=";
hash = "sha256-5ZdmOhnxpBI4XGgT4n8JEriqOEkiUZ1Cc96/pyluhe4=";
};
nativeBuildInputs = [
@@ -29,7 +28,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
typing-extensions
];
pythonImportsCheck = [ "bite" ];