python3Packages.velbus-aio: 2026.4.0 -> 2026.4.1
Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2026.4.1
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user