python313Packages.velbus-aio: 2025.8.0 -> 2025.11.0

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2025.11.0
This commit is contained in:
Fabian Affolter
2025-11-16 00:43:02 +01:00
parent ff5f9af49e
commit 622228c457
@@ -2,9 +2,10 @@
lib,
aiofile,
backoff,
beautifulsoup4,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
lxml,
pyserial,
pyserial-asyncio-fast,
pytest-asyncio,
@@ -15,16 +16,14 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2025.8.0";
version = "2025.11.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "Cereal2nd";
repo = "velbus-aio";
tag = version;
hash = "sha256-Z8aQ7UciafWjK3bND846BgolWtOakJv63qzc1eB94dc=";
hash = "sha256-/sceaihRNMebcdQzNuZdH9uPibaG7UjvSP50kJ85L+Q=";
fetchSubmodules = true;
};
@@ -33,6 +32,8 @@ buildPythonPackage rec {
dependencies = [
aiofile
backoff
beautifulsoup4
lxml
pyserial
pyserial-asyncio-fast
];