python3Packages.velbus-aio: 2026.1.4 -> 2026.2.0

This commit is contained in:
R. Ryantm
2026-03-04 04:56:01 +00:00
parent c4b0401802
commit e29ec4722e
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2026.1.4";
version = "2026.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Cereal2nd";
repo = "velbus-aio";
tag = version;
hash = "sha256-xDZg1AeKcmvb1uf8sWR9II4U/Xm5aeXeEeUfKfey0ts=";
hash = "sha256-lQl5f7O6ZMfYGleyOESSbW87RPS7eBi3YZqCAcQfLow=";
fetchSubmodules = true;
};