python312Packages.velbus-aio: 2024.4.0 -> 2024.4.1

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

Changelog: https://github.com/Cereal2nd/velbus-aio/releases/tag/2024.4.1
This commit is contained in:
Fabian Affolter 2024-04-08 00:54:38 +02:00
parent 73060c3366
commit cca5a2286c
1 changed files with 2 additions and 2 deletions

View File

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