python3Packages.velbus-aio: 2026.1.1 -> 2026.1.3

https://github.com/Cereal2nd/velbus-aio/releases/tag/2026.1.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:10 +01:00
parent 2f84b0e7bb
commit 7545292131
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2026.1.1";
version = "2026.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Cereal2nd";
repo = "velbus-aio";
tag = version;
hash = "sha256-zUxY/AhgUJrcaXf0sQp+1rB/jVRncqrqHWfW8ppNu8Y=";
hash = "sha256-TyKRziQf897FVqA0IT/zPLf3NkSeYq03rzdzRgE73T4=";
fetchSubmodules = true;
};