python310Packages.velbus-aio: 2022.10.1 -> 2022.10.2 (#194409)

This commit is contained in:
Fabian Affolter 2022-10-04 15:28:45 +02:00 committed by GitHub
parent 1c660d1a00
commit 60c8956104
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.1";
version = "2022.10.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-/CwBe8S2aiOhNqs7LksthcZv0AXIaYFtw024toN1ivs=";
sha256 = "sha256-Aa6SIn+/exHJZKgU8rBTPXtNY3lMUMK35wi5j+64Nrk=";
fetchSubmodules = true;
};