python312Packages.velbus-aio: 2023.12.0 -> 2024.4.0

Diff: https://github.com/Cereal2nd/velbus-aio/compare/refs/tags/2023.12.0...2024.4.0

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2024.4.0
This commit is contained in:
Fabian Affolter 2024-04-01 23:22:04 +02:00
parent 127c068036
commit fd0f17ff17
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2023.12.0";
version = "2024.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-cYqEF2Odouu7U0DiU+n/gKUYJia8I4Qs1l+UI6JrWTM=";
hash = "sha256-wYcASRmUxVdUpfKlNIteQlHw3ZaYxZ7VenKtaju1yTE=";
fetchSubmodules = true;
};