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

python310Packages.velbus-aio: 20212.6.2 -> 2022.9.1
This commit is contained in:
Fabian Affolter 2022-09-20 11:21:44 +02:00 committed by GitHub
commit 453315b3e1
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 = "20212.6.2";
version = "2022.9.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Cereal2nd";
repo = pname;
rev = version;
sha256 = "sha256-MqSqwyfNICEU6h7+HAep3z1Uak30rlQ6noWEB3awVpA=";
sha256 = "sha256-sJ90vfw3JefDsafmEc5sUtPxlQJ4CPtWHpY+mp1cMw8=";
fetchSubmodules = true;
};