python313Packages.velbus-aio: 2025.1.0 -> 2025.1.1

https://github.com/Cereal2nd/velbus-aio/releases/tag/2025.1.1
This commit is contained in:
Martin Weinelt
2025-02-06 18:55:23 +01:00
parent a9d1362ba1
commit 83d3b85385
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2025.1.0";
version = "2025.1.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = "velbus-aio";
tag = version;
hash = "sha256-ZaaHywHX1TScjW0XN/krCYgupHlbH1mRB0fd7YZ2iMY=";
hash = "sha256-r6j2C+x7BX7EOFdrQ/N5/NRjHFgyxiQlq/cXnnCg73s=";
fetchSubmodules = true;
};