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

Merge pull request #314527 from fabaff/velbus-aio-bump

python312Packages.velbus-aio: 2024.4.1 -> 2024.5.1
parents 05c624c4 54d2a1d6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
  fetchFromGitHub,
  pythonOlder,
  pyserial,
  pyserial-asyncio,
  pyserial-asyncio-fast,
  pytestCheckHook,
  setuptools,
}:

buildPythonPackage rec {
  pname = "velbus-aio";
  version = "2024.4.1";
  version = "2024.5.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "Cereal2nd";
    repo = "velbus-aio";
    rev = "refs/tags/${version}";
    hash = "sha256-rskWnH5zFvBuNL5eJ8O4D6htRP/XtFcq1xH8ZXzT1I4=";
    hash = "sha256-rOuw1Iw6mGoXNSqxOlBappARzSGIlii03Hd8/3jWiQg=";
    fetchSubmodules = true;
  };

@@ -30,7 +30,7 @@ buildPythonPackage rec {
  dependencies = [
    backoff
    pyserial
    pyserial-asyncio
    pyserial-asyncio-fast
  ];

  nativeCheckInputs = [ pytestCheckHook ];