python312Packages.velbus-aio: 2024.7.1 -> 2024.7.5

https://github.com/Cereal2nd/velbus-aio/releases/tag/2024.7.5
This commit is contained in:
Martin Weinelt
2024-07-05 17:57:06 +02:00
parent 5c364597d9
commit 2f5e19439c
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2024.7.1";
version = "2024.7.5";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "velbus-aio";
rev = "refs/tags/${version}";
hash = "sha256-lKCeNQkI+KxhDZ2DYZPteLxJ5J1vBahyH2S7QTYAUiQ=";
hash = "sha256-nGFx4ZqGTLMOmYNZam5jLKUsL3GxyyDwT8WFSEX9Qcs=";
fetchSubmodules = true;
};