python312Packages.velbus-aio: 2024.7.6 -> 2024.10.0

Diff: https://github.com/Cereal2nd/velbus-aio/compare/refs/tags/2024.7.6...2024.10.0

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2024.10.0
This commit is contained in:
Fabian Affolter
2024-10-28 08:32:06 +01:00
parent 4c1988701b
commit 2c87ed4838
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2024.7.6";
version = "2024.10.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "velbus-aio";
rev = "refs/tags/${version}";
hash = "sha256-+mdIJNWnrw8DHVEes+/X04eTILBt7zgTgNLG80XJlnI=";
hash = "sha256-4hMUh/0/srYIPed647Sh7H7DIp2oV7LN9srzLr0Qxps=";
fetchSubmodules = true;
};