Unverified Commit 227e0b3b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.yalexs: 8.6.3 -> 8.6.4 (#340958)

parents 96e052fa 81663d25
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -10,12 +10,13 @@
  freenub,
  poetry-core,
  pyjwt,
  pytest-asyncio,
  pytest-cov-stub,
  pytest-freezegun,
  pytestCheckHook,
  python-dateutil,
  python-socketio,
  pythonOlder,
  pytest-asyncio,
  pytest-cov-stub,
  requests-mock,
  requests,
  typing-extensions,
@@ -23,7 +24,7 @@

buildPythonPackage rec {
  pname = "yalexs";
  version = "8.6.3";
  version = "8.6.4";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -32,7 +33,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = "yalexs";
    rev = "refs/tags/v${version}";
    hash = "sha256-z01q+sUuj9BvcN56+c3vti8xUnWhYGuV/BTXhvcTl30=";
    hash = "sha256-KUm+e/ZrfkrS4MA0Wb3VAo9URYmC0ucKw3L+yMMoMtU=";
  };

  build-system = [ poetry-core ];
@@ -54,9 +55,10 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    aioresponses
    aiounittest
    pytestCheckHook
    pytest-asyncio
    pytest-cov-stub
    pytest-freezegun
    pytestCheckHook
    requests-mock
  ];