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

python3Packages.velbus-aio: 2026.4.0 -> 2026.4.1 (#515807)

parents 7f366c2b 13049b14
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -6,24 +6,23 @@
  buildPythonPackage,
  fetchFromGitHub,
  lxml,
  pyserial,
  pyserial-asyncio-fast,
  pytest-asyncio,
  pytestCheckHook,
  serialx,
  setuptools,
  writableTmpDirAsHomeHook,
}:

buildPythonPackage (finalAttrs: {
  pname = "velbus-aio";
  version = "2026.4.0";
  version = "2026.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Cereal2nd";
    repo = "velbus-aio";
    tag = finalAttrs.version;
    hash = "sha256-bFR4iZdvkY8pg4OzAH7E0vEw7E5kyEII2iLfeG5p3OQ=";
    hash = "sha256-l77L2JI2jXw+cQw/yO1LvyWBxvUF0IBctM5V02BGtO8=";
    fetchSubmodules = true;
  };

@@ -34,8 +33,7 @@ buildPythonPackage (finalAttrs: {
    backoff
    beautifulsoup4
    lxml
    pyserial
    pyserial-asyncio-fast
    serialx
  ];

  nativeCheckInputs = [