Merge pull request #198564 from fabaff/velbus-aio-bump

python310Packages.velbus-aio: 2022.10.3 -> 2022.10.4
This commit is contained in:
Fabian Affolter 2022-10-30 09:12:33 +01:00 committed by GitHub
commit eaa8889173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "velbus-aio";
version = "2022.10.3";
version = "2022.10.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-p/oWyi5417rTSG2+xYsPlaiiHfdyAACyvRwTsmqAoUI=";
sha256 = "sha256-6Sg2t8UmIyVCfjTW3GDldOk09gVg2ngV9sXhyQI4Kz4=";
fetchSubmodules = true;
};