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

Merge pull request #322039 from fabaff/aioraven-bump

python312Packages.aioraven: 0.5.3 -> 0.6.0
parents 528a7201 afe26983
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
  pythonOlder,
  iso4217,
  pyserial,
  pyserial-asyncio,
  pyserial-asyncio-fast,
  pytestCheckHook,
  pytest-asyncio,
}:

buildPythonPackage rec {
  pname = "aioraven";
  version = "0.5.3";
  version = "0.6.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "cottsay";
    repo = "aioraven";
    rev = "refs/tags/${version}";
    hash = "sha256-kGCFwpMaLWxLUp8k5H5AnL21KrwohbUYLswLcLqmc3M=";
    hash = "sha256-RU2DRDjxl0EVmnNLADawEB/x6Zc3/IWH015xig5AIJY=";
  };

  build-system = [ setuptools ];
@@ -30,7 +30,7 @@ buildPythonPackage rec {
  dependencies = [
    iso4217
    pyserial
    pyserial-asyncio
    pyserial-asyncio-fast
  ];

  nativeCheckInputs = [