Unverified Commit 5e184778 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python310Packages.bite-parser: 0.2.2 -> 0.2.3
parents 591127b0 23e12815
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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" ];