python313Packages.velbus-aio: 2025.11.0 -> 2025.12.0

Diff: https://github.com/Cereal2nd/velbus-aio/compare/2025.11.0...2025.12.0

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2025.12.0
This commit is contained in:
Fabian Affolter
2025-12-22 11:15:36 +01:00
parent 7a509f718f
commit 3d196eba34
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2025.11.0";
version = "2025.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Cereal2nd";
repo = "velbus-aio";
tag = version;
hash = "sha256-/sceaihRNMebcdQzNuZdH9uPibaG7UjvSP50kJ85L+Q=";
hash = "sha256-DmS5XvYUXGYLQWoXNlqsQ4tFsdWMqiJhHYokbuZT67c=";
fetchSubmodules = true;
};