python312Packages.velbus-aio: 2024.7.5 -> 2024.7.6

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

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2024.7.6
This commit is contained in:
Fabian Affolter 2024-07-31 22:09:54 +02:00
parent 008ceae1a2
commit 0c90e3a83b

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2024.7.5";
version = "2024.7.6";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "velbus-aio";
rev = "refs/tags/${version}";
hash = "sha256-nGFx4ZqGTLMOmYNZam5jLKUsL3GxyyDwT8WFSEX9Qcs=";
hash = "sha256-+mdIJNWnrw8DHVEes+/X04eTILBt7zgTgNLG80XJlnI=";
fetchSubmodules = true;
};